summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-28 15:32:19 +0400
committerAndrew Dolgov <[email protected]>2014-01-28 15:32:19 +0400
commit5a801bd6f066825c75ec94210f728f61e3fffb06 (patch)
tree14470b6f2456bfab92f6e2b6ef678f147445f7e0 /install
parent6214a0768a7faa558f60f106c4820c335a97999f (diff)
load stylesheets/scripts using helper functions in a few more places
Diffstat (limited to 'install')
-rw-r--r--install/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/index.php b/install/index.php
index 1a2ce9aba..bb77de56e 100644
--- a/install/index.php
+++ b/install/index.php
@@ -3,6 +3,7 @@
<title>Tiny Tiny RSS - Installer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../css/utility.css">
+ <link rel="stylesheet" type="text/css" href="../css/dijit.css">
<style type="text/css">
textarea { font-size : 12px; }
</style>