Show
Ignore:
Timestamp:
05/23/07 15:35:49 (5 years ago)
Author:
dana
Message:

Added 3 additional variables (base_theme_url, hotspot_network_name, hotspot_network_url) for use when processing Smarty templates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php

    r1173 r1230  
    168168    $this->assign('base_non_ssl_path', BASE_NON_SSL_PATH); 
    169169    $this->assign('common_images_url', COMMON_IMAGES_URL); 
     170    $this->assign('base_theme_url', BASE_THEME_URL); 
     171    $this->assign('hotspot_network_name',$network->getName()); 
     172    $this->assign('hotspot_network_url',$network->getWebSiteURL()); 
    170173   } 
    171174