Use new function to show favorites even when viewing a contact

This commit is contained in:
Nathan Gray 2013-03-12 22:58:22 +00:00
parent dee286e2e0
commit 0d06c2b394

View File

@ -36,7 +36,7 @@ class addressbook_hooks
display_sidebox($appname,lang('Favorites'),array(
array(
'no_lang' => true,
'text'=>'<span id="favorite_sidebox"/>',
'text'=> etemplate_widget_nextmatch::favorite_list('addressbook','addressbook.addressbook_ui.get_rows'),
'link'=>false,
'icon' => false
)