MindMap added
authorRoland Häder <roland@mxchange.org>
Fri, 4 Apr 2008 19:27:06 +0000 (19:27 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 4 Apr 2008 19:27:06 +0000 (19:27 +0000)
application/ship-simu/class_ApplicationHelper.php
application/ship-simu/templates/de/code/shipsimu_main.ctp
index.php

index ccce7378c793b276335b2a3c2e9b7f136a5860c1..2a3010155f0ce921f38fef0e8e41a7a1d8040add 100644 (file)
@@ -106,7 +106,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
        /**
         * Setter for the version number
         *
-        * @param               $appVersion     The application's version number
+        * @param       $appVersion     The application's version number
         * @return      void
         */
        public final function setAppVersion ($appVersion) {
@@ -127,7 +127,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
        /**
         * Setter for human-readable name
         *
-        * @param               $appName        The application's human-readable name
+        * @param       $appName        The application's human-readable name
         * @return      void
         */
        public final function setAppName ($appName) {
@@ -148,7 +148,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
        /**
         * Setter for short uni*-like name
         *
-        * @param               $shortName      The application's short uni*-like name
+        * @param       $shortName      The application's short uni*-like name
         * @return      void
         */
        public final function setAppShortName ($shortName) {
index ed9e20f6d62a5c2aed92b498411d5fde69a6f644..367dda7c0de1bc9c2612fca718c418a236d4551b 100644 (file)
@@ -4,7 +4,7 @@
 
 {?navigation:nav_row=home;imprint;contact?}
 
-<div class="selector_header">
+<div class="shipsimu_header">
        {--HEADER_SHIP_SIMU--}
 </div>
 
index 86b8c446eee1fe7a23977e4d6c4cca8afe599af1..d0a0f08361ceff596a042e23541b363f29980150 100644 (file)
--- a/index.php
+++ b/index.php
@@ -65,7 +65,7 @@ class ApplicationEntryPoint {
                if ((class_exists($tpl)) && (is_object($lang)) && (is_object($io))) {
                        // Use the template engine for putting out (nicer look) the message
                        try {
-                               $eval = sprintf("\$tplEngine = %s::create%s(\"%s%s\", LanguageSystem::getInstance(), FileIOHandler::getInstance());",
+                               $eval = sprintf("\$tplEngine = %s::create%s(\"%s%s\", \$lang, \$io);",
                                        FrameworkConfiguration::getInstance()->readConfig("tpl_engine"),
                                        FrameworkConfiguration::getInstance()->readConfig("tpl_engine"),
                                        PATH,