summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 01:28:34 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 01:28:34 -0500
commitd572c2776f5ab7f66a632f54006dabe2f159c02b (patch)
tree2da705d0c0feabdea69fd7b8df0c5453c2e7571a /lib/ui.lib.php
parent04aa79b53c38095d4727f4d850e191c64d99352f (diff)
downloadampache-d572c2776f5ab7f66a632f54006dabe2f159c02b.tar.gz
ampache-d572c2776f5ab7f66a632f54006dabe2f159c02b.tar.bz2
ampache-d572c2776f5ab7f66a632f54006dabe2f159c02b.zip
Move show_box_{top,bottom}() from ui.lib.php to UI
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r--lib/ui.lib.php22
1 files changed, 0 insertions, 22 deletions
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
@@ -343,28 +343,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
* or an <img /> tag