Quote:
Originally Posted by subu1
ups i have a errot on my index.php
Fatal error: Call to undefined function: fetch_template() in /home/virtual/site1/fst/var/www/html/board/global.php on line 333
i don' have this on my vb 2.2.8
PHP Code:
Open global.php and find this:
************************************************************
eval('$header = "' . fetch_template('header') . '";');
************************************************************
Add this above:
************************************************************
eval('$sidebar = "' . fetch_template('sidebar') . '";');
on my global.php find this
PHP Code:
eval("\$header .= \"".gettemplate('header')."\";");
what can i do?
|

This is for vb3.0...hence the forum name "Code Modifications vB3"...you need to remove this hack.