source: extensions/linked_pages/template/index_menu.tpl @ 17882

Last change on this file since 17882 was 17882, checked in by mistic100, 12 years ago

first version

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.