Base d'un site web
This commit is contained in:
12
src/Config.php
Normal file
12
src/Config.php
Normal 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';
|
||||
}
|
Reference in New Issue
Block a user