diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-26 14:53:10 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-26 14:53:10 -0400 |
commit | 3d438647120d283373125b3eab4c26d28868d392 (patch) | |
tree | b000c09f1e8c55f05596b624165cb1ba03c3f501 /src/web/index.php | |
parent | update comment (diff) | |
download | website-3d438647120d283373125b3eab4c26d28868d392.tar.gz website-3d438647120d283373125b3eab4c26d28868d392.tar.bz2 website-3d438647120d283373125b3eab4c26d28868d392.zip |
ie5
Diffstat (limited to '')
-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 |