Merge branch 'master' of git://github.com/talmdal/gallery3 into talmdal_branch

This commit is contained in:
Bharat Mediratta
2009-08-06 11:21:18 -07:00
23 changed files with 115 additions and 343 deletions
-6
View File
@@ -25,10 +25,4 @@ class user_theme_Core {
return $view->render();
}
}
static function admin_head($theme) {
if (strpos(Router::$current_uri, "admin/users") !== false) {
$theme->script("gallery.panel.js");
}
}
}