diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 10:22:39 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 10:22:39 +0000 |
| commit | 7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6 (patch) | |
| tree | 23194c0a848d55450d45d86c97e36cdf1dbfcbbd /modules/mod_top_pages.tpl | |
| parent | faada9c6252d007a49f21832282f6e913df4a44a (diff) | |
| download | wiki-7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6.tar.gz wiki-7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6.tar.bz2 wiki-7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6.zip | |
synch recent changes from R1 to HEAD
Diffstat (limited to 'modules/mod_top_pages.tpl')
| -rw-r--r-- | modules/mod_top_pages.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/mod_top_pages.tpl b/modules/mod_top_pages.tpl index fbe2eff..c64238b 100644 --- a/modules/mod_top_pages.tpl +++ b/modules/mod_top_pages.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_top_pages.tpl,v 1.5 2005/08/07 17:46:50 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_top_pages.tpl,v 1.6 2005/09/03 10:22:39 squareing Exp $ *} {strip} {if $gBitSystem->isPackageActive( 'wiki' )} {if $nonums eq 'y'} @@ -9,11 +9,11 @@ {bitmodule title="$moduleTitle" name="top_pages"} <ol class="wiki"> {section name=ix loop=$modTopPages} - <li><a href="{$smarty.const.WIKI_PKG_URL}index.php?page={$modTopPages[ix].page_name}">{$modTopPages[ix].title}</a></li> + <li><a href="{$modTopPages[ix].display_url}">{$modTopPages[ix].title}</a></li> {sectionelse} <li></li> {/section} - <ol> + </ol> {/bitmodule} {/if} -{/strip}
\ No newline at end of file +{/strip} |
