[pmwiki-users] Problems with Triad skin

pmwiki at 911networks.com pmwiki at 911networks.com
Sat Sep 4 14:34:20 CDT 2010


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



More information about the pmwiki-users mailing list