diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:40:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:40:33 +0000 |
| commit | 71c4c1487dc6cf29087612584f239a15e8b39f2f (patch) | |
| tree | 7684cad3e93c38f6d4529d9e68983a8822c05931 /modules/mod_last_changes.tpl | |
| parent | ee3fd1e1d304664c64c5e6f34a28561374fbab58 (diff) | |
| download | liberty-71c4c1487dc6cf29087612584f239a15e8b39f2f.tar.gz liberty-71c4c1487dc6cf29087612584f239a15e8b39f2f.tar.bz2 liberty-71c4c1487dc6cf29087612584f239a15e8b39f2f.zip | |
merge recent changes from R1 to HEAD
Diffstat (limited to 'modules/mod_last_changes.tpl')
| -rw-r--r-- | modules/mod_last_changes.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_last_changes.tpl b/modules/mod_last_changes.tpl index 28edb99..6398634 100644 --- a/modules/mod_last_changes.tpl +++ b/modules/mod_last_changes.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.tpl,v 1.2 2005/07/25 20:02:13 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.tpl,v 1.3 2005/08/07 17:40:30 squareing Exp $ *} {strip} {if $modLastContent} {bitmodule title="$moduleTitle" name="last_changes"} @@ -17,7 +17,7 @@ <li></li> {/section} </ol> - <a href="{$gBitLoc.LIBERTY_PKG_URL}list_content.php?user_id={$gQueryUserId}&sort_mode=last_modified_desc{if $contentType}&content_type_guid={$contentType}{/if}">{tr}View more{/tr}…</a> + <a href="{$smarty.const.LIBERTY_PKG_URL}list_content.php?user_id={$gQueryUserId}&sort_mode=last_modified_desc{if $contentType}&content_type_guid={$contentType}{/if}">{tr}View more{/tr}…</a> {/bitmodule} {/if} {/strip} |
