]> git.mxchange.org Git - admin.git/commitdiff
Double-quotes rewritten to single-quotes
authorRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:27:21 +0000 (10:27 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:27:21 +0000 (10:27 +0000)
stelzi/application/admin/data.php
stelzi/application/admin/starter.php
stelzi/application/admin/templates/de/code/admin_main.ctp

index c20f064134cd144c18ab20a6030a68507d30cd42..c3817a06322764e26b694662a6c71696bc09bcbe 100644 (file)
@@ -38,7 +38,7 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->readConfig('app_helper_class'), 'getInstance'),
        array()
 );
 
index b128839499518afe66965769f58138ac40ecb844..d2fc187a9ba6a63094af3f08d202d098c2f666a9 100644 (file)
@@ -24,7 +24,7 @@
 
 // Is there an application helper instance? We need the method main() for
 // maining the application
-$app = call_user_func_array(array(FrameworkConfiguration::getInstance()->readConfig('app_helper_class'), "getInstance"), array());
+$app = call_user_func_array(array(FrameworkConfiguration::getInstance()->readConfig('app_helper_class'), 'getInstance'), array());
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {
index 256f91e808bd84ab0475bf27b393e5281e982654..0ed4c4e1080ed2045428963439b4820aa81c70cd 100644 (file)
@@ -4,8 +4,8 @@
        {?admin_header?}
 </div>
 
-<div id="navigation">
-       {?navigation?}
+<div id="menu">
+       {?menu?}
 </div>
 
 <div id="main_content">