Double-quotes rewritten to single-quotes
authorRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:29:03 +0000 (10:29 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:29:03 +0000 (10:29 +0000)
application/install/data.php
application/install/starter.php
application/install/templates/de/code/install_main.ctp

index 2878ad226d239d2105f42b350a8c558a0c7a3f5d..453187eb20e259a377962470457d4a920d70449f 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 f9396c0b7f854fe92a80bc71c6ff1315252edd21..841486a1985fea3125aa902ede8056b6a4f38972 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 ddf640851d1e8948b8b0827cbe25bfb32df4cb79..3de62c4a7224dd390c7ff2de9ccde98208cd3761 100644 (file)
@@ -4,8 +4,8 @@
        {?install_header?}
 </div>
 
-<div id="navigation">
-       {?navigation?}
+<div id="menu">
+       {?menu?}
 </div>
 
 <div id="advert">