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 --- lib/ui.lib.php | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 00f7eb27..577e9ce1 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -342,28 +342,6 @@ function show_playlist_select($name,$selected='',$style='') { } // show_playlist_select -/** - * show_box_top - * This function requires the top part of the box - * it takes title as an optional argument - */ -function show_box_top($title='',$class='') { - - require Config::get('prefix') . '/templates/show_box_top.inc.php'; - -} // show_box_top - -/** - * show_box_bottom - * This function requires the bottom part of the box - * it does not take any arguments - */ -function show_box_bottom() { - - require Config::get('prefix') . '/templates/show_box_bottom.inc.php'; - -} // show_box_bottom - /** * get_user_icon * this function takes a name and a returns either a text representation -- cgit