Quote:
Originally Posted by TheAnt
Q. What is the PHP Code I need to be able to display my custom templates
A. You must add
PHP Code:
eval('$template_name = "' . fetch_template('template_name') . '";');
Into PHPINCLUDESTART template or whatever PHP file you need, (ex: index.php for displaying it on FORUMHOME, global for displaying it on all pages)
|
already covered in my Basics of vB3