mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fixed #255: Left Nav Bar Showing Empty
This commit is contained in:
@@ -118,7 +118,7 @@ function tablestyle($caption, $text, $mode='')
|
||||
}
|
||||
}
|
||||
|
||||
// $SC_WRAPPER['NAVIGATION=side'] = '<div class="well sidebar-nav">{---}</div><!--/.well -->'; //FIXME
|
||||
$SC_WRAPPER['NAVIGATION|s'] = '<div class="well sidebar-nav">{---}</div><!--/.well -->';
|
||||
|
||||
// TODO Convert to : default-home and default-other layouts.
|
||||
|
||||
@@ -145,7 +145,7 @@ $HEADER['default'] = '
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span3">
|
||||
{NAVIGATION=side}
|
||||
{NAVIGATION|s=side}
|
||||
{SETSTYLE=menu}
|
||||
{MENU=1}
|
||||
</div><!--/span-->
|
||||
|
Reference in New Issue
Block a user