summaryrefslogtreecommitdiff
path: root/modules/mod_last_changes.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-07 17:40:33 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-07 17:40:33 +0000
commit71c4c1487dc6cf29087612584f239a15e8b39f2f (patch)
tree7684cad3e93c38f6d4529d9e68983a8822c05931 /modules/mod_last_changes.tpl
parentee3fd1e1d304664c64c5e6f34a28561374fbab58 (diff)
downloadliberty-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.tpl4
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}&amp;sort_mode=last_modified_desc{if $contentType}&content_type_guid={$contentType}{/if}">{tr}View more{/tr}&hellip;</a>
+ <a href="{$smarty.const.LIBERTY_PKG_URL}list_content.php?user_id={$gQueryUserId}&amp;sort_mode=last_modified_desc{if $contentType}&content_type_guid={$contentType}{/if}">{tr}View more{/tr}&hellip;</a>
{/bitmodule}
{/if}
{/strip}