//Theme Switcher
function simple_theme_exists($theme){
if (file_exists(THEMES.$theme."/theme.php") && file_exists(THEMES.$theme."/styles.css")){
return true;
}
}
$settings['theme'] = (isset($_COOKIE['v7_themeswitcher']) && $_COOKIE['v7_themeswitcher'] != "Default" && simple_theme_exists($_COOKIE['v7_themeswitcher'])) ? $_COOKIE['v7_themeswitcher'] : $settings['theme'];
//
define("FORUM", BASEDIR."forum/");
define("INFUSIONS", BASEDIR."infusions/");
define("PHOTOS", IMAGES."photoalbum/");
define("THEMES", BASEDIR."themes/");
//Theme Switcher
function simple_theme_exists($theme){
if (file_exists(THEMES.$theme."/theme.php") && file_exists(THEMES.$theme."/styles.css")){
return true;
}
}
$settings['theme'] = (isset($_COOKIE['v7_themeswitcher']) && $_COOKIE['v7_themeswitcher'] != "Default" && simple_theme_exists($_COOKIE['v7_themeswitcher'])) ? $_COOKIE['v7_themeswitcher'] : $settings['theme'];
//
Quote
Remember:- Do not follow the Step given on the Thread on this Link. Instead of that, follow the steps given in the readme file inside the attachment.
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions