diff options
Diffstat (limited to 'src/web/index.php')
-rw-r--r-- | src/web/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/index.php b/src/web/index.php index 9f1aa3f..83ab9d4 100644 --- a/src/web/index.php +++ b/src/web/index.php @@ -23,6 +23,11 @@ define('WEB_ROOT', PHP_ROOT . '/web'); define('ASSET_ROOT', PHP_ROOT . '/assets'); define('PUBLIC_ROOT', PHP_ROOT . '/public'); +// ========================== VARIABLES == + +define('IE_START', "<!--[if lt IE 8 ]>\n<center>\n<![endif]-->"); +define('IE_END', "<!--[if lt IE 8 ]>\n</center>\n<![endif]-->"); + // ========================== BOOTSTRAP == // load all third party |