diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 06:18:00 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 06:18:00 +0000 |
commit | 538518ead6b15ce08f36304aed826626476a0883 (patch) | |
tree | 859df97b07f9f420bb418f0988478820d7457054 /lib | |
parent | c97980b14587327a0870f872305ecdd157896385 (diff) |
Not using thickbox... yet
Diffstat (limited to 'lib')
-rw-r--r-- | lib/action.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/action.php b/lib/action.php index bf053424f..8f02b36bf 100644 --- a/lib/action.php +++ b/lib/action.php @@ -158,10 +158,6 @@ class Action extends HTMLOutputter // lawsuit 'media' => 'screen, projection, tv')); $this->element('link', array('rel' => 'stylesheet', 'type' => 'text/css', - '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('css/display.css', null) . '?version=' . LACONICA_VERSION, 'media' => 'screen, projection, tv')); $this->comment('[if IE]><link rel="stylesheet" type="text/css" '. |