summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 13:07:28 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 13:07:28 +0300
commit6bd13fc55f2e23a84e7e11a22ccd23f6e257e161 (patch)
tree311a1d885fc74b4ac52a29a0ba2d20e7b0bf6971 /index.php
parent96f76580f4dfd67f3b6c0377b20e590e28929892 (diff)
remove layout.css
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 657e0f5a8..b56c021ed 100644
--- a/index.php
+++ b/index.php
@@ -62,7 +62,6 @@
</script>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
- <?php echo stylesheet_tag("css/layout.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);