From d572c2776f5ab7f66a632f54006dabe2f159c02b Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 01:28:34 -0500 Subject: Move show_box_{top,bottom}() from ui.lib.php to UI --- templates/show_artist.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/show_artist.inc.php') diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index edfd7701..59cb1566 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -25,7 +25,7 @@ $web_path = Config::get('web_path'); set_type($object_type); -show_box_top($artist->f_name, 'info-box'); +UI::show_box_top($artist->f_name, 'info-box'); if (Config::get('ratings')) { ?>
@@ -73,7 +73,7 @@ if (Config::get('ratings')) { id,'')); ?>
- + show_objects($object_ids); $browse->store(); -- cgit