class tree: Smarty |
index: Smarty |
all elements
smarty_function_categories_parent (line 30)
/plugins/function.categories_parent.php
Description
Includes
Includes:
Functions
smarty_function_categories_parent (line 30)
This function is useful for using your parent categories in the navigation
To Call this function in your template you would use:
- {categories_parent}
- {foreach from=$pcat item=entry}
- <ul>
- </ul>
- {/foreach}
void
smarty_function_categories_parent
( $params, &$smarty)
- $params
- &$smarty

