Log in

View Full Version : template system questions


achilles
04-08-2002, 07:27 PM
Can someone give me some hints about how the template system works ?

Specifically Im having a little trouble understanding how the group a template belongs to is determined ?

Id like to be able to create my own groups to organize custom templates that I add, just like the groups that exist with the built in templates. I've been looking thru templates.php but I seem to be missing it.

Any help is appreciated.

DjSap
04-08-2002, 07:44 PM
find this in template.php

$only['emailsubject'] = 'Email Subject';

thsi means that if the template name begins with emailsubject then it will be placed in a group called Email Subject. All the templates that are placed in groups have to have templatesetid -1, that can be changed through phpMyAdmin

achilles
04-11-2002, 03:24 PM
thanks :)