RedTyger
11-09-2006, 10:58 AM
Is this possible? All I want to do is insert one setting variable, it doesn't require a new template and I can't find anything about doing so without a template. I want to achieve:
$str = 'findthis';
$vbulletin->templatecache['footer'] = str_replace($str,$str.$vbulletin->options['kerjigger'],$vbulletin->templatecache['footer']);
Thank you!
$str = 'findthis';
$vbulletin->templatecache['footer'] = str_replace($str,$str.$vbulletin->options['kerjigger'],$vbulletin->templatecache['footer']);
Thank you!