Quote:
Originally Posted by saininja
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
|
Jenny and hello,
You are both right, there is a cut off line in the instructions. Please go into your modcp/index.php file and replace that line which starts with construct_nav_group, with the line below:
PHP Code:
construct_nav_group ( 'Warning System', '<hr />');
Sorry for the problem.
Rgds
-----------
John