summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php1
-rw-r--r--prefs.php1
2 files changed, 0 insertions, 2 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);
diff --git a/prefs.php b/prefs.php
index 772f58c19..16b1dd0eb 100644
--- a/prefs.php
+++ b/prefs.php
@@ -38,7 +38,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);