[Comoblog-commit] comoblog/modules/mod_navchoice/templates/top_tabs mod_navchoice.tpl.htm, NONE, 1.
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:27
|
Update of /cvsroot/comoblog/comoblog/modules/mod_navchoice/templates/top_tabs In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_navchoice/templates/top_tabs Added Files: mod_navchoice.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_navchoice.tpl.htm --- <!-- BEGIN: main --> <div id="mod_showpage"> <ul> <!-- BEGIN: item --> <li> <a href="{ITEM.showpage_nav_link}" class="{ITEM.showpage_nav_class}"><strong>{ITEM.showpage_nav_text}</strong></a> </li> <!-- END: item --> </ul> </div> <!-- END: main --> |