1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

removed images that were not being used, added icons and started the iconification!

This commit is contained in:
Karl 'vollmerk' Vollmer 2006-09-28 06:49:29 +00:00
parent ebdb7573bf
commit cad6aca40f
22 changed files with 78 additions and 66 deletions

View file

@ -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
*