From fe077220bf08ac7ad466e6fdfe88197c6d4ed56e Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 6 Aug 2007 04:22:19 +0000 Subject: broke a ton of stuff, but added some hotness... yes that is an excuse --- lib/ui.lib.php | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'lib/ui.lib.php') 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 @@ -403,23 +403,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 @@ -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'; -- cgit