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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user