Quote:
Originally Posted by sv1cec
Right above that line, you should have the followings:
PHP Code:
$printhr = true ;
construct_nav_option ( 'View Issued Warnings', 'mod_warn.php', '<br />' ) ;
construct_nav_group ( 'Warning System', '<hr />' ) ;
Maybe you have copied this part, wrong? A missing semi-colon or a missing quote? It works for me.
|
I have there same problem also, if I into the Mod CP go comes the following error message:
Code:
Parse error: parse error, unexpected T_STRING in /home/www/xxx/html/xxx/modcp/index.php on line 359
$printhr = true ;
construct_nav_option ( 'View Issued Warnings', 'mod_warn.php', '<br />' ) ;
construct_nav_group ( 'Warning System', '<hr />'
Jenny