diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 16:17:27 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 16:17:27 +0000 |
commit | eacb8df69157e3151e3de5074dec6a152882e207 (patch) | |
tree | fd4942519682b5df55155c95fd6afd0bf014b511 /lib/action.php | |
parent | 1b625dcfd70c2f0e3f17e819a95d0fd816c1440a (diff) |
Added jquery.form.js
Diffstat (limited to 'lib/action.php')
-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 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) { |