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