aboutsummaryrefslogtreecommitdiffstats
path: root/core/configuration-example.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2019-04-26 20:02:42 +0200
committerThomas Lange <code@nerdmind.de>2019-04-26 20:02:42 +0200
commit0c918cafbef2e6c402e6852e821397114ea62284 (patch)
tree56b2d2897363479565170645663ab0d1cb02943f /core/configuration-example.php
parent1db1aae0d9bcd8d58877b684e17ac3805c74ce19 (diff)
downloadblog-0c918cafbef2e6c402e6852e821397114ea62284.tar.gz
blog-0c918cafbef2e6c402e6852e821397114ea62284.tar.xz
blog-0c918cafbef2e6c402e6852e821397114ea62284.zip
Rename "standard" template to "default"
Diffstat (limited to 'core/configuration-example.php')
-rw-r--r--core/configuration-example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/configuration-example.php b/core/configuration-example.php
index 6c7d40a..4378d46 100644
--- a/core/configuration-example.php
+++ b/core/configuration-example.php
@@ -22,7 +22,7 @@ Application::set('BLOGMETA.LANG', 'en');
Application::set('DATABASE.BASENAME', 'blog');
Application::set('DATABASE.USERNAME', '');
Application::set('DATABASE.PASSWORD', '');
-Application::set('TEMPLATE.NAME', 'standard');
+Application::set('TEMPLATE.NAME', 'default');
Application::set('TEMPLATE.LANG', Application::get('CORE.LANGUAGE'));
Application::set('ADMIN.LANGUAGE', Application::get('CORE.LANGUAGE'));
?> \ No newline at end of file