summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
commitfe077220bf08ac7ad466e6fdfe88197c6d4ed56e (patch)
tree1e8d8eab876246fc57a1e6c414fe763570690bf6 /lib/ui.lib.php
parentadd90bc902ce762626fe72d408f42d705d3f9de7 (diff)
downloadampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.gz
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.bz2
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.zip
broke a ton of stuff, but added some hotness... yes that is an excuse
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r--lib/ui.lib.php19
1 files changed, 1 insertions, 18 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php
index a6b03629..82cd0334 100644
--- a/lib/ui.lib.php
+++ b/lib/ui.lib.php
@@ -404,23 +404,6 @@ function show_all_popular() {
} // show_all_popular
/**
- * Show All Recent
- * This function shows all of the possible "Newest" tables. The number of newest is pulled from the users
- * popular threshold
- * @package Web Interface
- * @catagory Display
- * @author Karl Vollmer
- */
-function show_all_recent($limit='') {
-
- $artists = Stats::get_newest('artist',$limit);
- $albums = Stats::get_newest('album',$limit);
-
- require_once Config::get('prefix') . '/templates/show_all_recent.inc.php';
-
-} // show_all_recent
-
-/**
* show_local_catalog_info
* Shows the catalog stats
* @package Web INterface
@@ -968,7 +951,7 @@ function show_user_select($name,$selected='',$style='') {
* This function requires the top part of the box
* it takes title as an optional argument
*/
-function show_box_top($title='') {
+function show_box_top($title='',$class='') {
require Config::get('prefix') . '/templates/show_box_top.inc.php';