We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088e5e9 commit 6463127Copy full SHA for 6463127
docroot/index.php
@@ -4,7 +4,7 @@
4
define('CUR_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
5
//define('TPL_PATH', CUR_PATH . 'templates' . DIRECTORY_SEPARATOR);
6
7
-$title_page = 'Home'
+$title_page = 'Home';
8
9
include TPL_PATH . 'header.php';
10
0 commit comments