mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Ajaxify 'add users'
This commit is contained in:
@@ -27,6 +27,11 @@ class user_block_Core {
|
||||
}
|
||||
}
|
||||
|
||||
public static function admin_head($theme) {
|
||||
$url = url::file("modules/user/js/admin_users.js");
|
||||
return "<script src=\"$url\" type=\"text/javascript\"></script>";
|
||||
}
|
||||
|
||||
public static function header_top($theme) {
|
||||
$view = new View("login.html");
|
||||
$view->user = user::active();
|
||||
|
||||
Reference in New Issue
Block a user