mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Fixes #1253 - News Category Icon. Improved legacy support for news list page. toIcon() can now check for multiple legacy img paths.
This commit is contained in:
@@ -37,7 +37,7 @@ $NEWS_TEMPLATE['list']['item'] = '
|
||||
<div class="span9 col-md-9">
|
||||
<h3 class="media-heading">{NEWSTITLELINK}</h3>
|
||||
<p>
|
||||
{NEWSSUMMARY}
|
||||
{NEWS_SUMMARY}
|
||||
</p>
|
||||
<p>
|
||||
<a href="{NEWSURL}" class="btn btn-small btn-primary">'.LAN_READ_MORE.'</a>
|
||||
@@ -96,7 +96,7 @@ $NEWS_TEMPLATE['default']['item'] = '
|
||||
{NEWSIMAGE: item=1}
|
||||
|
||||
|
||||
<p class="lead">{NEWSSUMMARY}</p>
|
||||
<p class="lead">{NEWS_SUMMARY}</p>
|
||||
{NEWSVIDEO: item=1}
|
||||
<div class="text-justify">
|
||||
{NEWSBODY}
|
||||
|
Reference in New Issue
Block a user