1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Responsive featurebox indicator correction. News Template titles - added links.

This commit is contained in:
Cameron
2014-01-25 17:26:20 -08:00
parent 1a03a883bd
commit 154f2a897b
2 changed files with 35 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ $NEWS_TEMPLATE['default']['item'] = '
$NEWS_TEMPLATE['default']['item'] = '
{SETIMAGE: w=900&h=300}
<h2>{NEWSTITLE}</h2>
<h2>{NEWSTITLELINK}</h2>
<p class="lead">by {NEWSAUTHOR}</p>
<hr>
<div class="row">
@@ -112,7 +112,7 @@ $NEWS_TEMPLATE['default']['item'] = '
$NEWS_TEMPLATE['view']['item'] = '
{SETIMAGE: w=900&h=300}
<div class="view-item">
<h2>{NEWSTITLE}</h2>
<h2>{NEWSTITLELINK}</h2>
<p class="lead">by {NEWSAUTHOR}</p>
<hr>
<div class="row">