PDA

View Full Version : How can I edit on run a template?


RedFoxy
11-24-2010, 12:08 AM
Hi all!
I want edit some templates on run, like I want create a template to replace a piece or more.

I maded a plugin "parse_template":

$vbulletin->templatecache['footer'] = substr($vbulletin->templatecache['footer'] ,0 ,-6) . $htmlToAdd . "</div>";

but it doesn't goes... :|

How can I do?

Thank's!