summaryrefslogtreecommitdiff
path: root/tpl
diff options
context:
space:
mode:
authorMatt Lee <mattl@cnuk.org>2010-07-26 22:10:17 -0400
committerMatt Lee <mattl@cnuk.org>2010-07-26 22:10:17 -0400
commite82f9bc58821d7646158c429c4e7238164aace73 (patch)
tree2824644d33ceeb91ad12470191f1923ecdaaa08a /tpl
parentc9769ce88952524a48baaeddc293973a955c155d (diff)
fixes for paths, etc
Diffstat (limited to 'tpl')
-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'); ?>