PDA

View Full Version : How to use a custom template in another template?


kaykfrink
03-21-2007, 01:36 AM
Hello,
I have created a new template in the style manger and filled in the code. Now I want to take that template and have it be included in another template, but this is what I can't figure out.

The new logo is called logo, and I want to refer to it as $logo. I have edited global.php to include logo in the $globaltemplates array, and I have added an evaled called to fetch_template. Yet, when I try to use the variable $logo, I get nothing.

By the way, I am using vBulletin 3.6.4 for all those interested.

kaykfrink
03-23-2007, 02:09 AM
Please, does anybody have an answer? I have found info for some older releases of vBulletin, but information about the 3.6 release just says "Create a new template in the Style Manager." Should I just expect the template to be available to other templates immediately, with out editing the php files? Right now that doesn't seem to be the case.