1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 03:13:34 +02:00

Voux theme now sets a default social plugin preference during install. "instant edit" links added to custom menus, other news2. (more to come)

This commit is contained in:
Cameron
2016-12-28 18:37:05 -08:00
parent 8af3a0780a
commit 4c27e56469
8 changed files with 56 additions and 21 deletions

View File

@@ -85,12 +85,14 @@ $NEWS_TEMPLATE['default']['item'] = '
<article class="default-item">
<div class="news-header">
<span class="news-category">{NEWSCATEGORY}</span>
<h2 class="news-title">{NEWSTITLELINK}</h2>
<h2 class="news-title">{NEWSTITLELINK} </h2>
</div>
{NEWSIMAGE: item=1}
<div class="news-description">
{NEWSMETADIZ}
{ADMINOPTIONS}
<p><a class="more-link" href="{NEWSURL}">Continue Reading <i class="fa fa-long-arrow-right"></i></a></p>
</div>