From 5a3cd9ef3326d5860c523452f7d9ddbc8fbbf6c3 Mon Sep 17 00:00:00 2001 From: Isaac Flores Date: Sun, 19 Apr 2009 18:49:50 +0200 Subject: [PATCH] [svn r19861] minor - style changes - changed icon in shared profile - (partial FS#3902) --- main/auth/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/auth/profile.php b/main/auth/profile.php index 11a9bd9d75..4bd5d705dc 100644 --- a/main/auth/profile.php +++ b/main/auth/profile.php @@ -1,4 +1,4 @@ -'.Display::return_icon('edit.gif',get_lang('EditExtendProfile')).' '.get_lang('EditExtendProfile').''; } if (api_get_setting('allow_social_tool')=='true' && api_get_setting('allow_message_tool')=='true') { - echo ''.Display::return_icon('edit.gif').' '.get_lang('ViewSharedProfile').''; + echo ''.Display::return_icon('shared_profile.png',get_lang('ViewSharedProfile')).' '.get_lang('ViewSharedProfile').''; } echo ''; }