Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-09-27 23:17:31 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-09-27 23:17:31 +0300
commit14e0f213d4c9a78b324cdc2e00f7ae2ce1f0e2f3 (patch)
treec4e83906f2d7ab4a8eaf9a0c1846c8d620613f71
parent04b50bbef3075bc0bc6d648373f5a2fe4811875f (diff)
deprecate cheery theme
-rw-r--r--setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.php b/setup.php
index 5ec4be5..fdf512b 100644
--- a/setup.php
+++ b/setup.php
@@ -298,7 +298,7 @@
echo "Theme (choose wisely, click <a href='https://github.com/Cydrobolt/polr/wiki/Themes-Screenshots'>here</a> for screenshots: <select name='t' style='width:650px' class='form-control'>"
. "<option value=''>Modern (default)</option>"
. "<option value='//maxcdn.bootstrapcdn.com/bootswatch/3.3.4/cyborg/bootstrap.min.css'>Midnight Black</option>"
- . "<option value='/css/install-bootstrap.css'>Cheery</option>"
+ . "<option value='/css/install-bootstrap.css'>Cheery (deprecated)</option>"
. "<option value='//maxcdn.bootstrapcdn.com/bootswatch/3.3.4/united/bootstrap.min.css'>Orange</option>"
. "<option value='//maxcdn.bootstrapcdn.com/bootswatch/3.3.4/simplex/bootstrap.min.css'>Crisp White</option>"
. "<option value='//maxcdn.bootstrapcdn.com/bootswatch/3.3.4/darkly/bootstrap.min.css'>Cloudy Night</option>"