Show
Ignore:
Timestamp:
08/31/08 20:44:30 (5 years ago)
Author:
networkfusion
Message:
  • Created ability to have a themes setting file to define

commonly asked for features.

  • Created a new "Network Theme Pack" to show off the settings

file and improve the user experience.

Files:
1 modified

Legend:

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

    r1147 r1364  
    206206    } 
    207207 
     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 
    208218} 
    209219