From 877327a18e15d768df3bda658ce9dded116399fa Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 16 Jan 2009 17:02:46 +0000 Subject: Update to XHR post notice --- lib/action.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/action.php') diff --git a/lib/action.php b/lib/action.php index 94be04b52..129a4b24b 100644 --- a/lib/action.php +++ b/lib/action.php @@ -126,6 +126,10 @@ 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, -- cgit v1.2.3-54-g00ecf