diff --git a/app/common.php b/app/common.php new file mode 100644 index 0000000..ee5d644 --- /dev/null +++ b/app/common.php @@ -0,0 +1,2 @@ + "Document", // Set page title @@ -19,4 +17,4 @@ if (empty($templateUrlPrefix)) { if ((strlen($templateUrlPrefix) > 1)) { $templateUrlPrefix = htmlspecialchars($templateUrlPrefix . DIRECTORY_SEPARATOR); } -} \ No newline at end of file +} diff --git a/example.php b/example.php index 6d199ad..6c6c2cd 100644 --- a/example.php +++ b/example.php @@ -1,18 +1,19 @@ -
Dette er en eksempel side
\ No newline at end of file diff --git a/index.php b/index.php index 0414c3b..57202ad 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,9 @@