diff options
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 |