]> git.mxchange.org Git - shipsimu.git/commit
Default news controller added, some fixes
authorRoland Häder <roland@mxchange.org>
Mon, 5 May 2008 21:29:32 +0000 (21:29 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 5 May 2008 21:29:32 +0000 (21:29 +0000)
commit0fd5fb832c877ace8a50db9eaf3caa207372f537
tree693e698c286b70ff90397ff9fc21c1a936a861c1
parentb1d6311cba0fe47d137dcc4fa6c300cb0a4d55b7
Default news controller added, some fixes
.gitattributes
application/ship-simu/templates/de/html/home.tpl
inc/classes/exceptions/controller/.htaccess [new file with mode: 0644]
inc/classes/exceptions/controller/class_DefaultControllerException.php [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/commands/local/class_LocalHomeCommand.php
inc/classes/main/controller/default/class_DefaultController.php [deleted file]
inc/classes/main/controller/default/class_LocalDefaultController.php [new file with mode: 0644]
inc/classes/main/controller/default/class_LocalDefaultNewsController.php [new file with mode: 0644]
inc/classes/main/resolver/class_BaseResolver.php
inc/classes/main/resolver/local/class_LocalControllerResolver.php