I get the following error message in the /var/log/messages:

php-cgi: PHP Notice:  Undefined variable: View in 
/home/e-smith/files/ibays/foto-biz.pm/html/pub/skins/triad/skin.php on line 226

Line 224: # set base font size for 'big' view if fontsizer disabled
Line 225: global $HTMLStylesFmt;
Line 226: if($EnableFontSizer==0 && $View=='big') {
Line 227:     $HTMLStylesFmt[] = " body {font-size:150%} "; }

My local/config.php is:

$Skin = 'triad';
$DefaultColor = 'choc'; # lightblue, silverblue, seagreen, green, gold, choc, 
white, night, trans
$DefaultFont = 'verdana'; # verdana or georgia
$DefaultPageWidth = '1300';  # wide, 800, 1000, 1300 or border

$RightWidth = '170px'; # right bar width, set in px or em
$LeftWidth = '250px'; # left (side) bar width, set in px or em
$PageBorder = '20px'; # border width, set in px 
$EnableRightBar = 1;
$EnableFontSizer = 0;
$EnableRightBarToggle = 0;
$EnableLeftBarToggle = 0;
$EnableStyleOptions = 0;
$EnableColorOptions = 0;
$EnableFontOptions = 0;
$EnableViewSwitcher = 0;

Any suggestion on what I'm doing wrong?



-- 
Thanks
http://www.911networks.com
When the network has to work

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to