diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-06 04:22:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-06 04:22:19 +0000 |
commit | fe077220bf08ac7ad466e6fdfe88197c6d4ed56e (patch) | |
tree | 1e8d8eab876246fc57a1e6c414fe763570690bf6 /lib/general.lib.php | |
parent | add90bc902ce762626fe72d408f42d705d3f9de7 (diff) | |
download | ampache-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/general.lib.php')
-rw-r--r-- | lib/general.lib.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php index 5ce40831..408a4a99 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -489,18 +489,6 @@ function get_global_popular($type) { } // get_global_popular -/** - * show_info_box - * This shows the basic box that popular and newest stuff goes into - */ -function show_info_box ($title, $type, $items) { - - $web_path = Config::get('web_path'); - $popular_threshold = Config::get('popular_threshold'); - require Config::get('prefix') . '/templates/show_box.inc.php'; - -} // show_info_box - /*! @function get_file_extension @discussion returns all characters after the last "." in $filename |