Browse category template help
Assigned Variables
cats
(array) - A flat array of records (each record is itself an array) that contains information about that category.
Record Details:
news_category_id
(int) - The numeric id of this category.
news_category_name
(string) - The name of this category.
parent_id
(int) - The numeric id of this category's parent. A value less than one indicates no parent.
- item_order (int) - A numeric representation of this category's order amongst its peers.
index
(int) - An increasing index of the current category information.
count
(int) - The number of valid, displayable articles in this category.
url
(string) - A URL that will generate a summary view of all of the valid, displayable articles in this category.