]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixes for paths, etc
authorMatt Lee <mattl@cnuk.org>
Tue, 27 Jul 2010 02:10:17 +0000 (22:10 -0400)
committerMatt Lee <mattl@cnuk.org>
Tue, 27 Jul 2010 02:10:17 +0000 (22:10 -0400)
tpl/social.php

index 30466e45da41c82ae5f3f2f3d71bfbcf6b86453a..0ceb66c77cc7cf16daae9aa7dcf99aaea94a170d 100755 (executable)
@@ -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'); ?>