From: <be...@us...> - 2012-07-04 02:16:53
|
Revision: 9786 http://xoops.svn.sourceforge.net/xoops/?rev=9786&view=rev Author: beckmi Date: 2012-07-04 02:16:46 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Commenting out Topic name in ItemInfo Modified Paths: -------------- XoopsModules/news/trunk/news/templates/news_item.html Modified: XoopsModules/news/trunk/news/templates/news_item.html =================================================================== --- XoopsModules/news/trunk/news/templates/news_item.html 2012-07-03 09:09:58 UTC (rev 9785) +++ XoopsModules/news/trunk/news/templates/news_item.html 2012-07-04 02:16:46 UTC (rev 9786) @@ -11,7 +11,7 @@ <span class="itemPostDate"><{$lang_on}> <{$story.posttime}></span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}></span>) <{$news_by_the_same_author_link}> - <span class="itemTopic"><{$lang_topic}> <{$story.topic_title}></span> + <!--<span class="itemTopic"><{$lang_topic}> <{$story.topic_title}></span>--> </div> <div class="itemBody"> <{if $story.picture != ''}> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |