Base d'un site web

This commit is contained in:
Sanchez
2017-04-14 14:31:29 +02:00
committed by mathieu
parent 21c5a759fd
commit e761ff7c5a
29 changed files with 8571 additions and 0 deletions

12
src/Config.php Normal file
View File

@ -0,0 +1,12 @@
<?php
namespace base;
class Config {
const SITE_JS_VERSION = '1.00';
const SITE_CSS_VERSION = '1.00';
const TITLE_HEADER = '';
const DESCRIPTION_HEADER = '';
const NAMESPACE = 'base';
}