[Comoblog-commit] comoblog/modules/mod_showpage/templates/sidebar mod_showpage.tpl.htm, NONE, 1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:20
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/templates/sidebar In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_showpage/templates/sidebar Added Files: mod_showpage.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_showpage.tpl.htm --- <!-- BEGIN: main --> <div id="mod_showpage"> This site <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 --> |