Changeset 1364 for trunk/wifidog-auth/wifidog/classes/ThemePack.php
- Timestamp:
- 08/31/08 20:44:30 (5 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/classes/ThemePack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/ThemePack.php
r1147 r1364 206 206 } 207 207 208 /** 209 * Retreives the url of this theme's config file (if exists 210 * 211 * @return string URL of this theme's config 212 */ 213 public function getThemeConfigPath() { 214 return WIFIDOG_ABS_FILE_PATH . NETWORK_THEME_PACKS_DIR . $this->_id . '/themeconfig.php'; 215 } 216 217 208 218 } 209 219
