aboutsummaryrefslogtreecommitdiff
path: root/app/class/model.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/model.php')
-rw-r--r--app/class/model.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/class/model.php b/app/class/model.php
index 779fb46..c8f251f 100644
--- a/app/class/model.php
+++ b/app/class/model.php
@@ -30,6 +30,9 @@ abstract class Model
const RENDER_CLASS_ORIGIN = false;
const RENDER_EMPTY_ELEMENT = false;
+ /** CONFIG OPTIONS */
+ const HOMEPAGE = ['default', 'search', 'redirect'];
+
public static function dirtopath($dir)
{
$basepath = '';