c$
c$ ;3azc $$
$$ :$$$$$$WRC $$$
y$c ;c $ ;$ C$ z$$$W $$$ ;c
c$$$$$ q$$$$$$h $$$k$$7 $$$$ #$ 7KD $$$k $$$ s$$g @$$$$$$$
;$pqzk$$; ;$c $. $$c c $$$d; ;$ $W 7$$c$$$$S z$ ,$c $$ k$KDkg$g $$$$k $W p
$$x$$$$$$ $$$$ cgh$$$$;. R$ $$ c$$ $$o z$$7 $d z$$ T$ q$cT$$ 7$$$ 7$$$$$k $$
$$$k $$$ ,$$k q$$ $$$:pc q$ $$$$$ ; k$$ $$$$k # $$@$$$$$@ cg$$$$$g
. $$$$$$ k$ .7 .
$$
c
Author: Max "Matonor" Toball
Check out
http://www.matonor.de for updates, more themes, mods and support or mail to
matonor@matonor.de
If you found a bug, please
report it here.
This Theme/Mod was created for php-fusion 6.0, which was written by
Nick Jones (aka Digitanium), and is released under the terms and
conditions of the GPLv2 license.
Take a look at gpl.txt for more detail.
All new images are ©Max "Matonor" Toball.
Feel free to redistribute and modify my themes(including graphics) and mods, but leave
my credit and don't remove this file from the package.
IMPORTANT: If you want to use my themeswitch code included in this themes, credit me somewhere on your site.
Installation:
1. Upload the theme directories into your themes folder.
(If you don't like some colors, just don't load them up, as only the installed colors are displayed.)
If you want to allow guests to switch the color, too:
FIND in subheader.php:
require_once THEME."theme.php";
REPLACE BY:
if(!iMEMBER){
if(isset($_COOKIE['fusion_user']) OR isset($_GET['theme']) OR isset($_POST['theme'])){
setcookie('nill_color','', time()- 604800);
$theme = THEME."/";
require_once $theme."theme.php";
}
elseif(isset($_POST['switch_color']) AND is_dir(THEMES.$_POST['switch_color'])){
$theme = THEMES.$_POST['switch_color']."/";
require_once $theme."theme.php";
setcookie('nill_color',stripinput($_POST['switch_color']), time()+ 604800);
}
elseif(isset($_COOKIE['nill_color']) AND is_dir(THEMES.$_COOKIE['nill_color'])){
$theme = THEMES.$_COOKIE['nill_color']."/";
require_once $theme."theme.php";
setcookie('nill_color',$_COOKIE['nill_color'], time()+ 604800);
}
else{
$theme = THEME;
require_once $theme."theme.php";
}
}else{
$theme = THEME;
require_once $theme."theme.php";
}
FIND in subheader.php
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
REPLACE BY:
<link rel='stylesheet' href='".$theme."styles.css' type='text/css'>
Good Luck
Matonor