summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-28 06:49:29 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-28 06:49:29 +0000
commitcad6aca40feafa7adbe6066772afbe225dbfe30c (patch)
treeb1f95ec59dffefa0c6a07fec3581832bd14cebf3 /modules
parentebdb7573bf4176b81264d2c66dd567fa3c3ee0bd (diff)
downloadampache-cad6aca40feafa7adbe6066772afbe225dbfe30c.tar.gz
ampache-cad6aca40feafa7adbe6066772afbe225dbfe30c.tar.bz2
ampache-cad6aca40feafa7adbe6066772afbe225dbfe30c.zip
removed images that were not being used, added icons and started the iconification!
Diffstat (limited to 'modules')
-rw-r--r--modules/admin.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/admin.php b/modules/admin.php
index 33cf37d8..0be633e5 100644
--- a/modules/admin.php
+++ b/modules/admin.php
@@ -51,17 +51,6 @@ function show_manage_users () {
} // show_manage_users()
-/*!
- @function show_user_form
- @discussion shows the user form
-*/
-function show_user_form ($username, $fullname, $email, $access, $type, $error) {
-
- require(conf('prefix').'/templates/userform.inc');
-
-} // show_user_form()
-
-
/*
* show_change_password
*