Changeset 164
- Timestamp:
- 08/03/04 17:13:02 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php
r152 r164 105 105 function displayLocalContent($template_filename) 106 106 { 107 if (is_file(NODE_CONTENT_ URL.$template_filename))107 if (is_file(NODE_CONTENT_PHP_RELATIVE_PATH.$template_filename)) 108 108 { 109 109 $this->display(NODE_CONTENT_SMARTY_PATH.$template_filename);
