diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-16 05:25:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-16 05:25:00 +0000 |
commit | 16f655ba45459c5a0d1be76d1f43094f49dfd0a7 (patch) | |
tree | 2e365e5f6625e8ef307211e58b92a3233b016044 /lib/ui.lib.php | |
parent | e2bf8254895b30b679865585b37e72aa1e867320 (diff) | |
download | ampache-16f655ba45459c5a0d1be76d1f43094f49dfd0a7.tar.gz ampache-16f655ba45459c5a0d1be76d1f43094f49dfd0a7.tar.bz2 ampache-16f655ba45459c5a0d1be76d1f43094f49dfd0a7.zip |
new tabbed preferences and account page is back
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 8b7891dd..7dd36aad 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -417,20 +417,6 @@ function show_user_registration ($values=array()) { } // show_user_registration /** - * show_edit_profile - * shows a single user profile for editing - * @package Web Interface - * @catagory Display - */ -function show_edit_profile($username) { - - $this_user = new User($username); - - require (conf('prefix') . "/templates/show_user.inc.php"); - -} // show_edit_profile - -/** * show_play_selected * this shows the playselected/add to playlist * box, which includes a little javascript @@ -1039,7 +1025,7 @@ function get_location() { * it does not contain the <form> </form> tags */ function show_preference_box($preferences) { - + include (conf('prefix') . '/templates/show_preference_box.inc.php'); } // show_preference_box |