mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
More bootstrap changes.
This commit is contained in:
@@ -75,6 +75,8 @@ if(isset($_POST['exportXmlFile']))
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
require_once ("auth.php");
|
||||
|
||||
$st = new system_tools;
|
||||
@@ -956,10 +958,11 @@ class system_tools
|
||||
|
||||
//XXX - what is this for (backup core)? <input type='hidden' name='sqltext' value='{$sqltext}' />
|
||||
|
||||
function db_adminmenu()
|
||||
function db_adminmenu() //FIXME - has problems when navigation is on the LEFT instead of the right.
|
||||
{
|
||||
global $st;
|
||||
|
||||
|
||||
foreach($st->_options as $key=>$val)
|
||||
{
|
||||
$var[$key]['text'] = $val['label'];
|
||||
|
Reference in New Issue
Block a user