From 538518ead6b15ce08f36304aed826626476a0883 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 23 Jan 2009 06:18:00 +0000 Subject: [PATCH] Not using thickbox... yet --- lib/action.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/action.php b/lib/action.php index bf053424f1..8f02b36bf5 100644 --- a/lib/action.php +++ b/lib/action.php @@ -156,10 +156,6 @@ class Action extends HTMLOutputter // lawsuit '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/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,