
12-17-2009, 05:07 AM
|
|
|
Join Date: Nov 2004
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
- Is is mandatory that I have the text case of there vars to be all in caps in the test.php and in the name of the template?
PHP Code:
$globaltemplates = array('TEST',);
PHP Code:
$templater = vB_Template::create('TEST');
How do I get it so that I can retain the case of my test.php but change the case in the template from TEST to test?
- I plan on making quite a few custom pages so would it be possible to place these php files in another directory?
|