diff --git a/buildzip.php b/buildzip.php index 298332d..62d05b7 100755 --- a/buildzip.php +++ b/buildzip.php @@ -51,10 +51,6 @@ rename('db/config.php.default', 'db/config.php'); $fh = fopen("./content/themes/default/index.php", 'a') or die("cant write index.php\n"); fwrite($fh, "\n"); fclose($fh); - -$fh = fopen("./content/themes/ie8/index.php", 'a') or die("cant write ie8/index.php\n"); -fwrite($fh, "\n"); -fclose($fh); */ #replace @VERSION @@ -76,13 +72,6 @@ closedir($dh); */ -# pack ie8 theme -chdir('content/themes'); -`zip -9 -r ie8.zip ie8`; #OS dep.!!! -deleteTreeIfDir('ie8'); -chdir('../..'); - - chdir('..'); # to the root of repo rename('src', 'mytinytodo') or die("Cant rename 'src'\n"); diff --git a/src/content/themes/ie8/README.txt b/src/content/themes/ie8/README.txt deleted file mode 100644 index a90a8bf..0000000 --- a/src/content/themes/ie8/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -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'; - -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/images/COPYRIGHT b/src/content/themes/ie8/images/COPYRIGHT deleted file mode 100644 index 0e134e5..0000000 --- a/src/content/themes/ie8/images/COPYRIGHT +++ /dev/null @@ -1,13 +0,0 @@ -Image files page_white_text.png and calendar.png and some icons in buttons.png -are (or based on) icons from Silk Icons set by Mark James (http://www.famfamfam.com/lab/icons/silk/), -licensed under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/). - -Some icons in buttons.png are based on "Silk Companion 1" icons set by Damien Guard -(http://damieng.com/creative/icons/silk-companion-1-icons), licensed under the - Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/). - -Icons in mzl.png are (or based on) icons from Mozilla Source Code, -(http://www.mozilla.org/MPL/#source-code), licensed under the terms -of tri-license (MPL 1.1/GPL 2.0/LGPL 2.1). - -Other images in this directory were made by Max Pozdeev and licensed under the terms of GNU GPL v2+. \ No newline at end of file diff --git a/src/content/themes/ie8/images/arrdown.gif b/src/content/themes/ie8/images/arrdown.gif deleted file mode 100644 index 8ea51d9..0000000 Binary files a/src/content/themes/ie8/images/arrdown.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/arrdown2.gif b/src/content/themes/ie8/images/arrdown2.gif deleted file mode 100644 index 5934ee4..0000000 Binary files a/src/content/themes/ie8/images/arrdown2.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/buttons.png b/src/content/themes/ie8/images/buttons.png deleted file mode 100755 index 68763d4..0000000 Binary files a/src/content/themes/ie8/images/buttons.png and /dev/null differ diff --git a/src/content/themes/ie8/images/calendar.png b/src/content/themes/ie8/images/calendar.png deleted file mode 100644 index 6589138..0000000 Binary files a/src/content/themes/ie8/images/calendar.png and /dev/null differ diff --git a/src/content/themes/ie8/images/closetag.gif b/src/content/themes/ie8/images/closetag.gif deleted file mode 100644 index bfea142..0000000 Binary files a/src/content/themes/ie8/images/closetag.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/corner_left.gif b/src/content/themes/ie8/images/corner_left.gif deleted file mode 100644 index f01063a..0000000 Binary files a/src/content/themes/ie8/images/corner_left.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/corner_right.gif b/src/content/themes/ie8/images/corner_right.gif deleted file mode 100644 index 1619019..0000000 Binary files a/src/content/themes/ie8/images/corner_right.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/icons.gif b/src/content/themes/ie8/images/icons.gif deleted file mode 100644 index 84e18e0..0000000 Binary files a/src/content/themes/ie8/images/icons.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/index.html b/src/content/themes/ie8/images/index.html deleted file mode 100644 index fdb6456..0000000 --- a/src/content/themes/ie8/images/index.html +++ /dev/null @@ -1 +0,0 @@ -Place for Images \ No newline at end of file diff --git a/src/content/themes/ie8/images/loading1.gif b/src/content/themes/ie8/images/loading1.gif deleted file mode 100644 index 7525a26..0000000 Binary files a/src/content/themes/ie8/images/loading1.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/loading1_24.gif b/src/content/themes/ie8/images/loading1_24.gif deleted file mode 100644 index 7d7dbbc..0000000 Binary files a/src/content/themes/ie8/images/loading1_24.gif and /dev/null differ diff --git a/src/content/themes/ie8/images/mzl.png b/src/content/themes/ie8/images/mzl.png deleted file mode 100755 index 2707c97..0000000 Binary files a/src/content/themes/ie8/images/mzl.png and /dev/null differ diff --git a/src/content/themes/ie8/images/page_white_text.png b/src/content/themes/ie8/images/page_white_text.png deleted file mode 100644 index 813f712..0000000 Binary files a/src/content/themes/ie8/images/page_white_text.png and /dev/null differ diff --git a/src/content/themes/ie8/images/tab_hover.gif b/src/content/themes/ie8/images/tab_hover.gif deleted file mode 100644 index 170362d..0000000 Binary files a/src/content/themes/ie8/images/tab_hover.gif and /dev/null differ diff --git a/src/content/themes/ie8/index.php b/src/content/themes/ie8/index.php deleted file mode 100644 index 7d16ae4..0000000 --- a/src/content/themes/ie8/index.php +++ /dev/null @@ -1,279 +0,0 @@ - - - -
- -| t |