mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Removed hard-coded line-breaks from banner-menu template. Issue #6 added missing social plugin LAN.
This commit is contained in:
@@ -106,7 +106,7 @@ if(!isset($BANNER_MENU_END))
|
||||
|
||||
|
||||
$BANNER_TEMPLATE['menu']['start'] = "<div class='banner-menu text-center'>{SETIMAGE: w=800}";
|
||||
$BANNER_TEMPLATE['menu']['item'] = "<div class='banner-menu-item'>{BANNER}<br /><br /></div>";
|
||||
$BANNER_TEMPLATE['menu']['item'] = "<div class='banner-menu-item'>{BANNER}</div>";
|
||||
$BANNER_TEMPLATE['menu']['end'] = "</div>";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user