1
0
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:
Cameron
2016-09-23 17:21:02 -07:00
parent 120949be04
commit 90524aa0ce
3 changed files with 3 additions and 2 deletions

View File

@@ -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>";