[imc-sf-coders] CVS update of
sf-active/sf-active/sitename/local/templates (1 file)
Bart M
pseudopunk at codecoop.org
Thu Dec 29 12:22:21 PST 2005
Date: Thursday, December 29, 2005 @ 21:22:21
Author: pseudopunk
Path: /cvsroot/sf-active/sf-active/sf-active/sitename/local/templates
Modified: comment_latest.tpl
closes 373 -- it was made to only do multicat publishing. fixed that
Index: sf-active/sf-active/sitename/local/templates/comment_latest.tpl
diff -u sf-active/sf-active/sitename/local/templates/comment_latest.tpl:1.4 sf-active/sf-active/sitename/local/templates/comment_latest.tpl:1.5
--- sf-active/sf-active/sitename/local/templates/comment_latest.tpl:1.4 Thu Dec 29 18:15:41 2005
+++ sf-active/sf-active/sitename/local/templates/comment_latest.tpl Thu Dec 29 21:22:21 2005
@@ -2,7 +2,7 @@
<div class="middlestuff">
-<p>{$dict.latest_comment_text} <a href="/news/?sort=rank">{$dict.most_commented}</a>.</p>
+<p>{$dict.latest_comment_text} <a href="{$smarty.const.SF_SEARCH_URL}/search/articles.php?sort=rank">{$dict.most_commented}</a>.</p>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
@@ -12,7 +12,7 @@
</tr>
{foreach from=$tkeys->data item=item key=key name="latest_comments"}
<tr><td>
- <a href="/{$p_rule.langpath}{$smarty.const.SF_NEWS_EXT}{$item.created|date_format:'/%Y/%m/'}{$item.parent_id}_comment.php#{$item.id}">
+ <a href="{get_local_link path=$smarty.const.SF_NEWS_EXT}{$item.created|date_format:'/%Y/%m/'}{$item.parent_id}_comment.php#{$item.id}">
{$item.heading}</a> ({$item.numcomment} {$dict.plural_comment})
</td>
<td>{$item.author}</td>
More information about the imc-sf-coders
mailing list