aboutsummaryrefslogtreecommitdiff
path: root/app/class/config.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-04 15:47:37 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-04 15:47:37 +0100
commitdd14929505e3fd0bc1710ed757b501d3ec1f6ca1 (patch)
treed1e1f94c74eae04bd325d30e35beefce099cfdbd /app/class/config.php
parent13acdbd444b0ae26e83ab8cf62d60a7f59268545 (diff)
downloadwcms-dd14929505e3fd0bc1710ed757b501d3ec1f6ca1.tar.gz
wcms-dd14929505e3fd0bc1710ed757b501d3ec1f6ca1.zip
new template system
Diffstat (limited to 'app/class/config.php')
-rw-r--r--app/class/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/class/config.php b/app/class/config.php
index 38ccf5f..d6904df 100644
--- a/app/class/config.php
+++ b/app/class/config.php
@@ -4,10 +4,10 @@
abstract class Config
{
- protected static $arttable = 'artstore';
+ protected static $arttable = 'mystore';
protected static $domain;
protected static $admin;
- protected static $editor;
+ protected static $editor = 'editor';
protected static $invite;
protected static $read;
protected static $color4;
@@ -15,8 +15,8 @@ abstract class Config
protected static $basepath = '';
protected static $route404;
protected static $existnot = 'This page does not exist yet';
- protected static $defaultbody = '';
- protected static $defaultart = 'cul';
+ protected static $defaultbody = '%HEADER%'. PHP_EOL .PHP_EOL . '%NAV%'. PHP_EOL .PHP_EOL . '%ASIDE%'. PHP_EOL .PHP_EOL . '%SECTION%'. PHP_EOL .PHP_EOL . '%FOOTER%';
+ protected static $defaultart = '';
protected static $showeditmenu = true;
protected static $editsymbol = 'pen';