From ff663e7bf7ed4c8e088a41b520abcde586659d4a Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy> Date: Fri, 21 Feb 2025 12:07:50 +0700 Subject: [PATCH] resolved #12 --- author/project/system/settings/system.php.sample | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 author/project/system/settings/system.php.sample diff --git a/author/project/system/settings/system.php.sample b/author/project/system/settings/system.php.sample new file mode 100644 index 0000000..7ebee3d --- /dev/null +++ b/author/project/system/settings/system.php.sample @@ -0,0 +1,4 @@ +<?php + +// Initializing default theme for the views templater +define('THEME', 'default'); \ No newline at end of file