[Comoblog-commit] modules/mod_postbydate/templates/top mod_postbydate.tpl.htm,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-28 04:39:06
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates/top In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16034/templates/top Modified Files: mod_postbydate.tpl.htm Log Message: Fix for post linking method in mod_postbydate. Supports both IIS and non-IIS installs now Index: mod_postbydate.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/modules/mod_postbydate/templates/top/mod_postbydate.tpl.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_postbydate.tpl.htm 27 Nov 2005 19:58:47 -0000 1.1 +++ mod_postbydate.tpl.htm 28 Nov 2005 04:38:58 -0000 1.2 @@ -2,7 +2,7 @@ <select name="mod_postbydate" class="topbar_selector" onchange="if(this.value!='nolink') location=this.value;"> <option value="nolink">{CFG_POSTBYDATE_TOPLINE}</option> <!-- BEGIN: item --> - <option value="index.php?/{ITEM.posturl}">{ITEM.monthword} {ITEM.year} ({ITEM.postcount} Posts)</option> + <option value="{ITEM.url}">{ITEM.monthword} {ITEM.year} ({ITEM.postcount} Posts)</option> <!-- END: item --> </select> -<!-- END: main --> \ No newline at end of file +<!-- END: main --> |