summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-14 16:02:09 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-14 16:02:09 -0400
commitb142c260108f43636b69adb90d5a27ffa44f0f74 (patch)
treeb57c730aa1b6c00114357908affa78b4073338aa /lib/action.php
parent0073a75dff5ac60f98933900745d949e9635c34c (diff)
Make stuff work with no base
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 1ba062812..b02f525f0 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -194,10 +194,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')) {