Quote:
Originally Posted by ChrisBaktis
I cant get this to work.
I added 'chris' => 'chris',
and then added a template called 'chrisindex' and this doesnt make any new catagory at all.
|
I think you need a _ between chris and index. (like chris_index). But if you want chrisindex... you'll need to have it as:
Code:
'chrisindex' => 'chrisindex'
or even
'chrisindex' => 'chris',
Cause vB will look at the name before the _
Hope that helps