mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Changed newstitle to newstitlelink in bootstrap news_template
This commit is contained in:
@@ -15,7 +15,7 @@ $SC_WRAPPER['ADMINOPTIONS'] = "<small>{---}</small>";
|
||||
$NEWS_TEMPLATE['default']['item'] = '
|
||||
{SETIMAGE: w=600}
|
||||
<div class="view-item">
|
||||
<h2>{NEWSTITLE}</h2>
|
||||
<h2>{NEWSTITLELINK}</h2>
|
||||
<div class="post-meta">
|
||||
<small><i class="icon-calendar"></i>{NEWSDATE}</small>
|
||||
<small><i class="icon-user"></i>{NEWSAUTHOR}</small>
|
||||
|
Reference in New Issue
Block a user