1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +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

@@ -178,6 +178,15 @@
'vimeo' => '',
)]]></core>
</prefs>
<pluginPrefs>
<social name="sharing_providers"><![CDATA[array (
'email' => '1',
'facebook-like' => '1',
'twitter' => '1',
'google-plus1' => '1',
'pinterest' => '1',
)]]></social>
</pluginPrefs>
<database>
<dbTable name="core_media">
<item>

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>