[imc-sf-coders] CVS update of sf-active/sf-active/sitename/local/templates/includes (1 file)

Bart M pseudopunk at codecoop.org
Wed Dec 28 07:30:56 PST 2005


    Date: Wednesday, December 28, 2005 @ 16:30:56
  Author: pseudopunk
    Path: .../sf-active/sf-active/sf-active/sitename/local/templates/includes

Modified: center_right.tpl

cleaning up more


Index: sf-active/sf-active/sitename/local/templates/includes/center_right.tpl
diff -u sf-active/sf-active/sitename/local/templates/includes/center_right.tpl:1.9 sf-active/sf-active/sitename/local/templates/includes/center_right.tpl:1.10
--- sf-active/sf-active/sitename/local/templates/includes/center_right.tpl:1.9	Mon Jun 13 19:09:52 2005
+++ sf-active/sf-active/sitename/local/templates/includes/center_right.tpl	Wed Dec 28 16:30:56 2005
@@ -13,9 +13,9 @@
 
 <?
 if (strlen($feature_name)>0){$smarty.ldelim}
-	include_once('local/cache/'.$feature_name.'_summaries.{get_langpath}.html'); 
+	include_once('local/cache/'.$feature_name.'_{get_newswire_suffix}'); 
 {$smarty.rdelim}else{$smarty.ldelim}
-	include_once('local/cache/summaries.{get_langpath}.html');
+	include_once('local/cache/{get_newswire_suffix}');
 {$smarty.rdelim}
 ?>
 <p><b><a class="publink" href="{get_local_link path=$smarty.const.SF_NEWS_EXT}">{$dict.latest_news}</a></b></p>


More information about the imc-sf-coders mailing list