summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r--lib/ui.lib.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php
index 6e60a36f..c7d21741 100644
--- a/lib/ui.lib.php
+++ b/lib/ui.lib.php
@@ -6,7 +6,6 @@
* This contains functions that are generic, and display information
* things like a confirmation box, etc and so forth
*
- * PHP version 5
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -24,14 +23,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category UI
- * @package Library
- * @author Karl Vollmer <vollmer@ampache.org>
+ * @package Ampache
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version PHP 5.2
* @link http://www.ampache.org/
- * @since File available since Release 1.0
*/
/**
@@ -211,7 +206,6 @@ function show_footer() {
* ['title'] Text name for the page
* ['page'] actual page name
* ['section'] name of the section we are in, admin, browse etc (submenu)
- * @package General
*/
function get_location() {