From 1a7aaae416c8f650f358042bb409bd7d3d429236 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Mon, 5 Oct 2020 18:17:56 +0300 Subject: [PATCH] create optional start page for ie8 theme --- src/content/themes/ie8/README.txt | 6 ++++-- src/content/themes/ie8/index_ie8.php | 12 ++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/content/themes/ie8/index_ie8.php diff --git a/src/content/themes/ie8/README.txt b/src/content/themes/ie8/README.txt index d327cd9..a90a8bf 100644 --- a/src/content/themes/ie8/README.txt +++ b/src/content/themes/ie8/README.txt @@ -1,4 +1,6 @@ -This is a theme for Internet Explorer 8 and above +This is a theme for old browsers without full support of SVG and Flexbox like Internet Explorer 8, Opera 12 To enable it just change the template option in config.php like below: -$config['template'] = 'ie8'; \ No newline at end of file +$config['template'] = 'ie8'; + +Or you can copy file index_ie8.php to the root directory and use it as start page. diff --git a/src/content/themes/ie8/index_ie8.php b/src/content/themes/ie8/index_ie8.php new file mode 100644 index 0000000..92ff1ff --- /dev/null +++ b/src/content/themes/ie8/index_ie8.php @@ -0,0 +1,12 @@ +