From 9c8be228a73a602ac3e91e30bf980dd1cc695a81 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 26 Nov 2006 20:28:46 +0000 Subject: playlist switcher, plugin interface and the shell of a lastfm plugin (need patch file) --- lib/ui.lib.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index c1f676ee..e1154b21 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -1426,5 +1426,20 @@ function xml_get_footer($type){ } } //xml_get_footer +/** + * show_manage_users + * This is the admin page for showing all of the users + */ +function show_manage_users() { + + show_box_top(_('Manage Users')); + echo "\n"; + show_box_bottom(); + + /* Show the Users */ + show_users(); + +} // show_manage_users + ?> -- cgit