1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Update admin_theme.php

Responsive fix, commented li, no use.
This commit is contained in:
mcpeace-maw
2015-07-16 20:06:27 +03:00
parent 676aceb28b
commit a931e8f585

View File

@@ -80,7 +80,7 @@ class bootstrap3_admintheme
//return;
echo '
<!-- Start Mode: '.$mode.' -->
<li class="span6 col-md-6 '.$mode.'" >
// <li class="span6 col-md-6 '.$mode.'" >
<div class="well" style="padding:10px;min-height:220px;" >
<div class="nav-header">'.$caption.'</div>
@@ -89,7 +89,7 @@ class bootstrap3_admintheme
<!-- Content End -->
</div>
</li>
// </li>
<!-- End Mode: '.$mode.' -->
';
return;