1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +02:00

Corrected bootstrap theme preview images. Added bootstrap3 default install options.

This commit is contained in:
Cameron
2013-12-24 04:13:14 -08:00
parent 547b1aea05
commit c42fe97454
6 changed files with 137 additions and 10 deletions

View File

@@ -27,14 +27,14 @@ $NEWS_TEMPLATE['list']['caption'] = '{NEWSCATEGORY}';
$NEWS_TEMPLATE['list']['start'] = '{SETIMAGE: w=400&h=300&crop=1}';
$NEWS_TEMPLATE['list']['end'] = '';
$NEWS_TEMPLATE['list']['item'] = '
<div class="thumbnail">
<div class="row-fluid">
<div class="span3">
<div class="row row-fluid">
<div class="span3 col-md-3">
<div class="thumbnail">
{NEWSIMAGE}
</div>
</div>
<div class="span9">
<div class="span9 col-md-9">
<h3>{NEWSTITLELINK}</h3>
<p>
{NEWSSUMMARY}
@@ -44,7 +44,7 @@ $NEWS_TEMPLATE['list']['item'] = '
</p>
</div>
</div>
</div>
';
//$NEWS_MENU_TEMPLATE['list']['separator'] = '<br />';