]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebHomeCommand.php
Login command added with TODOs (unfinished)
[shipsimu.git] / inc / classes / main / commands / web / class_WebHomeCommand.php
index 12661ee3da9042dd44578c7ba68835c7e1c15f42..3cc3592cf40c022d46a85f709c1c0dbad2ef774a 100644 (file)
@@ -99,7 +99,7 @@ class WebHomeCommand extends BaseCommand implements Commandable {
                $templateInstance->loadCodeTemplate($masterTemplate);
 
                // Set title
-               $title = ucfirst($requestInstance->getRequestElement($this->getConfigInstance()->readConfig('command_parameter')));
+               $title = ucfirst($requestInstance->getRequestElement("page"));
                if (empty($title)) $title = "Home";
                $templateInstance->assignVariable('title', $title);