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:
@@ -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;
|
||||
@@ -268,4 +268,4 @@ $NEWSSTYLE = '
|
||||
';
|
||||
|
||||
*/
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user