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:
@@ -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}
|
||||
|
@@ -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='')
|
||||
{
|
||||
|
Reference in New Issue
Block a user