summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-16 17:02:46 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-16 17:02:46 +0000
commit877327a18e15d768df3bda658ce9dded116399fa (patch)
tree7923e352a6b241385c22b9487e8d994f4c593185 /lib/action.php
parenteacb8df69157e3151e3de5074dec6a152882e207 (diff)
Update to XHR post notice
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php
index 94be04b52..129a4b24b 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -128,6 +128,10 @@ 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'));
foreach (array(6,7) as $ver) {