View Full Version : Templeats in templeats
DrewM
11-28-2005, 08:40 PM
How do put templeats in templeats?
sabret00the
11-28-2005, 08:42 PM
call the template via the php above the container template call in the php
eval('$templateintemplate = "' . fetch_template('templateintemplate') . '";');
eval('$template = "' . fetch_template('template') . '";');
then in your template make sure you have the $templateintemplate variable.
https://vborg.vbsupport.ru/showthread.php?t=101723
(its template, not templeats :))
DrewM
11-28-2005, 08:56 PM
thank you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.