From 0c918cafbef2e6c402e6852e821397114ea62284 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Fri, 26 Apr 2019 20:02:42 +0200
Subject: Rename "standard" template to "default"

---
 core/application.php           | 2 +-
 core/configuration-example.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'core')

diff --git a/core/application.php b/core/application.php
index 7e4f731..a9850aa 100644
--- a/core/application.php
+++ b/core/application.php
@@ -48,7 +48,7 @@ $configuration = [
 	'DATABASE.BASENAME' => 'blog',
 	'DATABASE.USERNAME' => 'blog',
 	'DATABASE.PASSWORD' => '',
-	'TEMPLATE.NAME' => 'standard',
+	'TEMPLATE.NAME' => 'default',
 	'TEMPLATE.LANG' => 'en',
 	'ADMIN.TEMPLATE' => 'admin',
 	'ADMIN.LANGUAGE' => 'en',
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
-- 
cgit v1.2.3