]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Some localization cleanup and doc to aid in customization:
[quix0rs-gnu-social.git] / lib / action.php
index 491d7d4810e17ee0db73a36ef0bc8702cfb15161..09113a598eba6e4780e3b6f79a4eee8745e05377 100644 (file)
@@ -198,8 +198,7 @@ class Action extends HTMLOutputter // lawsuit
 
             if (Event::handle('StartShowStatusNetStyles', array($this)) &&
                 Event::handle('StartShowLaconicaStyles', array($this))) {
-                $this->cssLink('css/display.css',null,'screen, projection, tv');
-                $this->cssLink('css/print.css','base','print');
+                $this->cssLink('css/display.css',null, 'screen, projection, tv, print');
                 Event::handle('EndShowStatusNetStyles', array($this));
                 Event::handle('EndShowLaconicaStyles', array($this));
             }