ThorstenA
08-15-2008, 06:11 AM
To add a template on forumhome_complete, this works:
$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar','$navbar'.fetch_template('cu stom'),$vbulletin->templatecache['FORUMHOME']);
but that not:
eval('$navbar .= "' . fetch_template('custom') . '";');
I am curious why :)
$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar','$navbar'.fetch_template('cu stom'),$vbulletin->templatecache['FORUMHOME']);
but that not:
eval('$navbar .= "' . fetch_template('custom') . '";');
I am curious why :)