1
0
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:
Cameron
2012-11-26 18:42:11 -08:00
parent 5e84eaf34d
commit 93aca4d8e1
16 changed files with 164 additions and 283 deletions

View File

@@ -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'];