summaryrefslogtreecommitdiff
path: root/modules/server_add/helpers/server_add_theme.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-29 06:08:50 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-29 06:08:50 -0700
commit42c82ef7f081630c15a5d354205896764348a76a (patch)
tree81fcd4e1298a3b11d7f0b19e153999d5cacdb98d /modules/server_add/helpers/server_add_theme.php
parentd90e30c37881d4e715b2c798046830242e382d1c (diff)
Temporary checkin to allow merge with trunk... don't integrate
Diffstat (limited to 'modules/server_add/helpers/server_add_theme.php')
-rw-r--r--modules/server_add/helpers/server_add_theme.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/server_add/helpers/server_add_theme.php b/modules/server_add/helpers/server_add_theme.php
index 3df57ee4..02f99690 100644
--- a/modules/server_add/helpers/server_add_theme.php
+++ b/modules/server_add/helpers/server_add_theme.php
@@ -27,8 +27,7 @@ class server_add_theme_Core {
static function admin_head($theme) {
$head = array();
if (strpos(Router::$current_uri, "admin/server_add") !== false) {
- $head[] = "<link media=\"screen, projection\" rel=\"stylesheet\" type=\"text/css\" href=\"" .
- url::file("lib/jquery.autocomplete.css") . "\" />";
+ $theme->css("lib/jquery.autocomplete.css");
$base = url::site("__ARGS__");
$csrf = access::csrf_token();
$head[] = "<script> var base_url = \"$base\"; var csrf = \"$csrf\";</script>";