Quote:
Originally Posted by GlowHost.com
SOM doesn't use fetch_template(); anymore.
print_output(); is used in vB4 sources so it should not cause any errors.
|
you're correct about print_output still i see code like
PHP Code:
eval('$navbar = "' . addslashes(fetch_template('navbar')) . '";'); // line 571
eval('$navbar = "' . addslashes(fetch_template('navbar')) . '";'); //line 1067
in /includes/functions_ghsom.php it might be me using an outdated file but i don't think so not a serious problem though the system still works fine