Quote:
Originally Posted by Dismounted
Hook 'template_groups', insert:
PHP Code:
$only['TEMPLATEPREFIX'] = 'Gorup Name';
For example:
PHP Code:
$only['test'] = 'Test';
That would show any template prefixed with test (ie. test_event) under the heading 'Test Templates'.
|
Thanks alot. How would I add more than one template to the group?
I have one more question. Is there anyway I can create a custom page that doesnt have to be on the root directory.