]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using a specific path for CSS files.
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 19:33:45 +0000 (19:33 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 19:33:45 +0000 (19:33 +0000)
lib/action.php

index 30a3c8a031cff576087231c2a8427bcc2e44cf91..cc00699c4f98652647745417ea871bc4fc068369 100644 (file)
@@ -124,15 +124,15 @@ class Action extends HTMLOutputter // lawsuit
     {
         $this->element('link', array('rel' => 'stylesheet',
                                      'type' => 'text/css',
-                                     'href' => theme_path('display.css', 'base') . '?version=' . LACONICA_VERSION,
+                                     'href' => theme_path('css/display.css', 'base') . '?version=' . LACONICA_VERSION,
                                      'media' => 'screen, projection, tv'));
         $this->element('link', array('rel' => 'stylesheet',
                                      'type' => 'text/css',
-                                     'href' => theme_path('thickbox.css', 'base') . '?version=' . LACONICA_VERSION,
+                                     'href' => theme_path('css/thickbox.css', 'base') . '?version=' . LACONICA_VERSION,
                                      'media' => 'screen, projection, tv'));
         $this->element('link', array('rel' => 'stylesheet',
                                      'type' => 'text/css',
-                                     'href' => theme_path('display.css', null) . '?version=' . LACONICA_VERSION,
+                                     'href' => theme_path('css/display.css', null) . '?version=' . LACONICA_VERSION,
                                      'media' => 'screen, projection, tv'));
         foreach (array(6,7) as $ver) {
             if (file_exists(theme_file('ie'.$ver.'.css'))) {