Quote:
Originally Posted by cellarius
postbit_legacy is a template, why would it exist as a variable? And you don't need regex to add something to a template hook, you just use a plugin at parse_templates hook, doing
PHP Code:
$template_hook['template_hook_name'] .= "whatever";
|
Yeah, I found this out. I thought it would exist as a variable because $headinclude $header etc do.