source:
extensions/linked_pages/template/index_menu.tpl
@
21172
Last change on this file since 21172 was 17882, checked in by , 12 years ago | |
---|---|
File size: 280 bytes |
Line | |
---|---|
1 | {combine_css path=$LINKEDPAGES_PATH|@cat:"template/style.css"} |
2 | |
3 | <ul id="linked_pages"> |
4 | {foreach from=$category_pages item=page name=foo} |
5 | <li id="linked_page_{$page.page_id}" class="row_{$smarty.foreach.foo.index}"><a href="{$page.U_PAGE}">{$page.TITLE}</a></li> |
6 | {/foreach} |
7 | </ul> |
Note: See TracBrowser
for help on using the repository browser.