1
0
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:
SecretR
2013-05-07 15:30:54 +03:00
parent 7c8ffe9473
commit 009f3fe72a

View File

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