summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtpl/social.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/tpl/social.php b/tpl/social.php
index 30466e45d..0ceb66c77 100755
--- a/tpl/social.php
+++ b/tpl/social.php
@@ -3,12 +3,8 @@
<title><?php echo section('title'); ?> &mdash; GNU social</title>
- <link rel="stylesheet" href="/theme/gnusocial/combo.css" type="text/css">
- <link rel="stylesheet" href="/theme/gnusocial/social.css" type="text/css">
-
-
-
-
+ <link rel="stylesheet" href="/theme/gnusocial/css/combo.css" type="text/css">
+ <link rel="stylesheet" href="/theme/gnusocial/css/social.css" type="text/css">
<?php echo section('scripts'); ?>
<?php echo section('search'); ?>
<?php echo section('feeds'); ?>