Added 'core' + updated index.php (also 'core', careful!)
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 01:25:16 +0000 (02:25 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 01:25:16 +0000 (02:25 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
.gitmodules [new file with mode: 0644]
core [new submodule]
inc [new symlink]
index.php

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..7b054c7
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "core"]
+       path = core
+       url = git://git.mxchange.org/core.git
diff --git a/core b/core
new file mode 160000 (submodule)
index 0000000..87b2be5
--- /dev/null
+++ b/core
@@ -0,0 +1 @@
+Subproject commit 87b2be57b63b6e923aab40e0fbba2ff86db88a86
diff --git a/inc b/inc
new file mode 120000 (symlink)
index 0000000..1f8dea2
--- /dev/null
+++ b/inc
@@ -0,0 +1 @@
+core/inc
\ No newline at end of file
index 14bb9504466ff9aa914294db40a3d8c68f96a7d4..ca598d09a38e399e38c126ba94ec54dc72459815 100644 (file)
--- a/index.php
+++ b/index.php
@@ -9,7 +9,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -55,7 +55,7 @@ final class ApplicationEntryPoint {
                // Is a message set?
                if (empty($message)) {
                        // No message provided
-                       $message = 'No message provided!';
+                       $message = 'No message provided.';
                } // END - if
 
                // Get config instance
@@ -68,7 +68,7 @@ final class ApplicationEntryPoint {
                } // END - if
 
                // Get some instances
-               $tpl = FrameworkConfiguration::getSelfInstance()->getConfigEntry('web_template_class');
+               $tpl = FrameworkConfiguration::getSelfInstance()->getConfigEntry('html_template_class');
                $languageInstance = LanguageSystem::getSelfInstance();
 
                // Initialize template instance here to avoid warnings in IDE