1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Minor tweaks to 'bootstrap' theme news template

This commit is contained in:
Moc
2013-05-01 00:19:21 +02:00
parent 70cabd4669
commit 818501d31b
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ global $sc_style;
<div class="body">
{NEWSIMAGE}
{NEWSBODY}
{EXTENDED}
<div class="text-right">{EXTENDED}</div>
</div>
<div class="options">
{EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS}

View File

@@ -35,6 +35,8 @@ define('OTHERNEWS_LIMIT', 3); // Limit to 3.
define('OTHERNEWS2_COLS',false); // no tables, only divs.
define('OTHERNEWS2_LIMIT', 3); // Limit to 3.
define('PRE_EXTENDEDSTRING', '<br />');
function tablestyle($caption, $text, $mode='')
{