summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-15 11:31:57 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-15 11:31:57 -0400
commit573d4cf0fbc8f4ef5fb07e291f4a2b3dc0636ef5 (patch)
treed856565bc3a64d678dfbebb43bed71e109884cec /lib/action.php
parent7ba3f8aeb3277bec52eee896f0c6807c7121104c (diff)
parentb142c260108f43636b69adb90d5a27ffa44f0f74 (diff)
Merge branch 'nobase' into 0.7.x
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/action.php b/lib/action.php
index b9e8ee6c1..2ec9329e0 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -195,10 +195,6 @@ class Action extends HTMLOutputter // lawsuit
if (Event::handle('StartShowLaconicaStyles', array($this))) {
$this->element('link', array('rel' => 'stylesheet',
'type' => 'text/css',
- '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('css/display.css', null) . '?version=' . LACONICA_VERSION,
'media' => 'screen, projection, tv'));
if (common_config('site', 'mobile')) {