Update options.php to use bootstrap container
parent
be8385535d
commit
2a9b10e80e
|
@ -54,11 +54,10 @@ $focusWindow = true;
|
|||
xhtmlHeaders( __FILE__, translate('Options') );
|
||||
?>
|
||||
<body>
|
||||
<div id="page">
|
||||
|
||||
<?php include("skins/$skin/views/header.php") ?>
|
||||
|
||||
<div id="content">
|
||||
<div class="container-fluid">
|
||||
<ul class="nav nav-tabs">
|
||||
<?php
|
||||
foreach ( $tabs as $name=>$value )
|
||||
|
@ -78,7 +77,6 @@ foreach ( $tabs as $name=>$value )
|
|||
}
|
||||
?>
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
<?php
|
||||
$skin_options = array_map( 'basename', glob('skins/*',GLOB_ONLYDIR) );
|
||||
if($tab == 'skins') {
|
||||
|
@ -374,6 +372,5 @@ elseif ( $tab == "users" )
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue