summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
committerAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
commit4ab3854aede3882779138d91594b588e1a38c70e (patch)
treefed3e75f57af7365fee88325c8ffd7e3e221c203 /install
parent84b847074ef654a0ab5e49a3f33825e8b6d6c7c8 (diff)
don't generate default.css, replace with themes/light.css as a default root CSS file
Diffstat (limited to 'install')
-rwxr-xr-xinstall/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index 3db53107d..e4728fa73 100755
--- a/install/index.php
+++ b/install/index.php
@@ -31,7 +31,7 @@
textarea { font-size : 12px; }
</style>
<?php
- echo stylesheet_tag("../css/default.css");
+ echo stylesheet_tag("../themes/light.css");
echo javascript_tag("../lib/prototype.js");
echo javascript_tag("../lib/dojo/dojo.js");
echo javascript_tag("../lib/dojo/tt-rss-layer.js");