diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 15:52:55 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 19:51:41 +0100 |
commit | 36d878ac00f4df0a4ff54e2ea8355b323f0a87f3 (patch) | |
tree | 7f0cc2f2337764618ab43f6cd59e49f4c1ac9c89 /app/class/art2.php | |
parent | 393709dcf84776c760146722560816172167fe98 (diff) | |
download | wcms-36d878ac00f4df0a4ff54e2ea8355b323f0a87f3.tar.gz wcms-36d878ac00f4df0a4ff54e2ea8355b323f0a87f3.zip |
add timeline class and event class
Diffstat (limited to 'app/class/art2.php')
-rw-r--r-- | app/class/art2.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/class/art2.php b/app/class/art2.php index 2341ff9..a7e94f3 100644 --- a/app/class/art2.php +++ b/app/class/art2.php @@ -44,9 +44,6 @@ class Art2 const LEN = 255; const LENTEXT = 2**20; const SECUREMAX = 2; - const LENCOULEUR = 7; - const DEBUT = '(?id='; - const FIN = ')'; const TABS = ['main', 'css', 'header', 'body', 'nav', 'aside', 'footer', 'javascript']; const VAR_DATE = ['date', 'datecreation', 'datemodif', 'daterender']; |