diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-04 17:37:10 -0400 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-04 17:37:10 -0400 |
commit | 4aa256cb07ee2dd0a113b56b06accf1dae2c61c7 (patch) | |
tree | 29384b717d28e524b9fb5a699f59f7d1b827f6ff /templates | |
parent | 012006b3cfcb0743cb17c0ab040b38bccd04599f (diff) | |
download | ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.gz ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.bz2 ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.zip |
Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly. They still
aren't.
Diffstat (limited to 'templates')
155 files changed, 155 insertions, 931 deletions
diff --git a/templates/browse_content.inc.php b/templates/browse_content.inc.php index 2c445915..7e3e4729 100644 --- a/templates/browse_content.inc.php +++ b/templates/browse_content.inc.php @@ -3,7 +3,6 @@ /** * Brose Content * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ // Because sometimes you just need a container ?> diff --git a/templates/browse_filters.inc.php b/templates/browse_filters.inc.php index 92360051..2d3076eb 100644 --- a/templates/browse_filters.inc.php +++ b/templates/browse_filters.inc.php @@ -3,7 +3,6 @@ /** * Browse Filters * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ session_start(); $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); diff --git a/templates/error_page.inc.php b/templates/error_page.inc.php index a89bad16..91c73be5 100644 --- a/templates/error_page.inc.php +++ b/templates/error_page.inc.php @@ -3,7 +3,6 @@ /** * Error Page * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> diff --git a/templates/footer.inc.php b/templates/footer.inc.php index 2a7ae454..21e8fe59 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -3,7 +3,6 @@ /** * Footer * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> <div style="clear:both;"></div> diff --git a/templates/header.inc.php b/templates/header.inc.php index 95f6e449..b6de6259 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -3,7 +3,6 @@ /** * Header * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ if (INIT_LOADED != '1') { exit; } diff --git a/templates/install_header.inc.php b/templates/install_header.inc.php index 6e93a55e..9f91b952 100644 --- a/templates/install_header.inc.php +++ b/templates/install_header.inc.php @@ -3,7 +3,6 @@ /** * Install Header * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php index 4c0f3aad..2c8456d9 100644 --- a/templates/javascript_refresh.inc.php +++ b/templates/javascript_refresh.inc.php @@ -3,7 +3,6 @@ /** * Javascript Refresh * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/list_header.inc.php b/templates/list_header.inc.php index e03dca17..2ace6f0e 100644 --- a/templates/list_header.inc.php +++ b/templates/list_header.inc.php @@ -3,7 +3,6 @@ /** * List Header * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php index 767a483c..c860b77f 100644 --- a/templates/rightbar.inc.php +++ b/templates/rightbar.inc.php @@ -3,7 +3,6 @@ /** * Right Bar * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_access_list.inc.php b/templates/show_access_list.inc.php index 52e72baf..f1e5c3de 100644 --- a/templates/show_access_list.inc.php +++ b/templates/show_access_list.inc.php @@ -3,7 +3,6 @@ /** * Show Access List * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /*! diff --git a/templates/show_account.inc.php b/templates/show_account.inc.php index d065cd82..1b4035f3 100644 --- a/templates/show_account.inc.php +++ b/templates/show_account.inc.php @@ -3,7 +3,6 @@ /** * Show Account * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ // Because this is a reset of the persons password make the form a little more secure diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index cbbaadcc..2fc33c5c 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -3,7 +3,6 @@ /** * Show Add Access * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_access_current.inc.php b/templates/show_add_access_current.inc.php index 692ff5b0..8759ebff 100644 --- a/templates/show_add_access_current.inc.php +++ b/templates/show_add_access_current.inc.php @@ -3,7 +3,6 @@ /** * Show Add Access Current * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_access_local.inc.php b/templates/show_add_access_local.inc.php index 52f9a0dd..d61d26de 100644 --- a/templates/show_add_access_local.inc.php +++ b/templates/show_add_access_local.inc.php @@ -3,7 +3,6 @@ /** * Show Add Access Local * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_access_rpc.inc.php b/templates/show_add_access_rpc.inc.php index 93c90830..6c081286 100644 --- a/templates/show_add_access_rpc.inc.php +++ b/templates/show_add_access_rpc.inc.php @@ -3,7 +3,6 @@ /** * Show Add Access RPC * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php index 3b38470c..ed4f2054 100644 --- a/templates/show_add_catalog.inc.php +++ b/templates/show_add_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Add Catalog * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $default_rename = "%a - %T - %t"; diff --git a/templates/show_add_live_stream.inc.php b/templates/show_add_live_stream.inc.php index 831d6069..8c124f00 100644 --- a/templates/show_add_live_stream.inc.php +++ b/templates/show_add_live_stream.inc.php @@ -3,7 +3,6 @@ /** * Show Add Live Stream * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_playlist.inc.php b/templates/show_add_playlist.inc.php index 43da2c94..a2fc25fa 100644 --- a/templates/show_add_playlist.inc.php +++ b/templates/show_add_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Add Playlist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_shout.inc.php b/templates/show_add_shout.inc.php index 83a7c052..f3e36ffa 100644 --- a/templates/show_add_shout.inc.php +++ b/templates/show_add_shout.inc.php @@ -3,7 +3,6 @@ /** * Show Add Shout * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index c3c05f1f..0c6a7b66 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -3,7 +3,6 @@ /** * Show Add User * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_adds_catalog.inc.php b/templates/show_adds_catalog.inc.php index 76263f74..72cacad4 100644 --- a/templates/show_adds_catalog.inc.php +++ b/templates/show_adds_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Adds Catalog * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index f7460843..09e7e505 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -3,7 +3,6 @@ /** * Show Admin Info * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index 6506c848..1bff7747 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -3,7 +3,6 @@ /** * Show Admin Tools * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index 0f7ffbce..c91cbf09 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -3,7 +3,6 @@ /** * Show Album * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_album_art.inc.php b/templates/show_album_art.inc.php index 644e11d6..44f46fe1 100644 --- a/templates/show_album_art.inc.php +++ b/templates/show_album_art.inc.php @@ -3,7 +3,6 @@ /** * Show Album Art * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ // Gotta do some math here! diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php index e2dc65b1..5ba7e560 100644 --- a/templates/show_album_row.inc.php +++ b/templates/show_album_row.inc.php @@ -3,7 +3,6 @@ /** * Show Album Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 3b568591..cafa4c4e 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -3,7 +3,6 @@ /** * Show Albums * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php index d2678839..447d31c2 100644 --- a/templates/show_all_popular.inc.php +++ b/templates/show_all_popular.inc.php @@ -3,7 +3,6 @@ /** * Show All Popular * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php index 4b09347c..2da57059 100644 --- a/templates/show_alphabet_form.inc.php +++ b/templates/show_alphabet_form.inc.php @@ -3,7 +3,6 @@ /** * Show Alphabet Form * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 4161776a..2c1d9fab 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -3,7 +3,6 @@ /** * Show Artist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_artist_row.inc.php b/templates/show_artist_row.inc.php index 889680cd..f5902168 100644 --- a/templates/show_artist_row.inc.php +++ b/templates/show_artist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Artist Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index 932adf01..2d7b2d02 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -3,7 +3,6 @@ /** * Show Artists * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ session_start(); diff --git a/templates/show_big_art.inc.php b/templates/show_big_art.inc.php index c4b15636..d537f072 100644 --- a/templates/show_big_art.inc.php +++ b/templates/show_big_art.inc.php @@ -3,7 +3,6 @@ /** * Show Big Art * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_box_bottom.inc.php b/templates/show_box_bottom.inc.php index 03fe625f..d98c9cb3 100644 --- a/templates/show_box_bottom.inc.php +++ b/templates/show_box_bottom.inc.php @@ -3,7 +3,6 @@ /** * Show Box Bottom * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php index cfff56a3..a861fd70 100644 --- a/templates/show_box_top.inc.php +++ b/templates/show_box_top.inc.php @@ -3,7 +3,6 @@ /** * Show Box Top * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $class = $class ? $class : 'box'; diff --git a/templates/show_catalog_row.inc.php b/templates/show_catalog_row.inc.php index b8b53e33..0f0ee5cf 100644 --- a/templates/show_catalog_row.inc.php +++ b/templates/show_catalog_row.inc.php @@ -3,7 +3,6 @@ /** * Show Catalog Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_catalogs.inc.php b/templates/show_catalogs.inc.php index b67e8dee..5c274da4 100644 --- a/templates/show_catalogs.inc.php +++ b/templates/show_catalogs.inc.php @@ -3,7 +3,6 @@ /** * Show Catalogs * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php index 3ed41afd..1d7acfd6 100644 --- a/templates/show_clean_catalog.inc.php +++ b/templates/show_clean_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Clean Catalog * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index b00c16b5..3401b80a 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -3,7 +3,6 @@ /** * Show Confirmation * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $confirmation = Core::form_register($form_name); diff --git a/templates/show_create_democratic.inc.php b/templates/show_create_democratic.inc.php index 33dfdf08..757954f5 100644 --- a/templates/show_create_democratic.inc.php +++ b/templates/show_create_democratic.inc.php @@ -3,7 +3,6 @@ /** * Show Create Democratic * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top(_('Configure Democratic Playlist')); ?> diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php index a961e9df..fe7bc335 100644 --- a/templates/show_debug.inc.php +++ b/templates/show_debug.inc.php @@ -3,7 +3,6 @@ /** * Show Debug * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php index d93b529f..eb5dbed5 100644 --- a/templates/show_democratic.inc.php +++ b/templates/show_democratic.inc.php @@ -3,7 +3,6 @@ /** * Show Democratic * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* HINT: Democratic Name */ diff --git a/templates/show_democratic_playlist.inc.php b/templates/show_democratic_playlist.inc.php index bc2983b4..10f21f91 100644 --- a/templates/show_democratic_playlist.inc.php +++ b/templates/show_democratic_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Democratic Playlist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_denied.inc.php b/templates/show_denied.inc.php index 8da56e2b..176e81dc 100644 --- a/templates/show_denied.inc.php +++ b/templates/show_denied.inc.php @@ -3,7 +3,6 @@ /** * Show Denied * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_disabled_songs.inc.php b/templates/show_disabled_songs.inc.php index 992cddd4..e914d657 100644 --- a/templates/show_disabled_songs.inc.php +++ b/templates/show_disabled_songs.inc.php @@ -3,7 +3,6 @@ /** * Show Disabled Song * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_duplicate.inc.php b/templates/show_duplicate.inc.php index 1a28359e..b24d7535 100644 --- a/templates/show_duplicate.inc.php +++ b/templates/show_duplicate.inc.php @@ -3,7 +3,6 @@ /** * Show Duplicate * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_duplicates.inc.php b/templates/show_duplicates.inc.php index 97ba8fdb..0eccaa85 100644 --- a/templates/show_duplicates.inc.php +++ b/templates/show_duplicates.inc.php @@ -3,7 +3,6 @@ /** * Show Duplicates * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_dynamic.inc.php b/templates/show_dynamic.inc.php index f72a3ef4..ead83af9 100644 --- a/templates/show_dynamic.inc.php +++ b/templates/show_dynamic.inc.php @@ -3,7 +3,6 @@ /** * Show Dynamic * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_access.inc.php b/templates/show_edit_access.inc.php index b92e19e5..767eede5 100644 --- a/templates/show_edit_access.inc.php +++ b/templates/show_edit_access.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Access * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php index 792ce133..4b082efd 100644 --- a/templates/show_edit_album.inc.php +++ b/templates/show_edit_album.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Album * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index 8e87e332..95030ebe 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Album Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_artist.inc.php b/templates/show_edit_artist.inc.php index 5636ff3d..93801e5e 100644 --- a/templates/show_edit_artist.inc.php +++ b/templates/show_edit_artist.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Artist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_artist_row.inc.php b/templates/show_edit_artist_row.inc.php index c9e4b747..2b837949 100644 --- a/templates/show_edit_artist_row.inc.php +++ b/templates/show_edit_artist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Artist Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php index 89d8fd7f..4b48f40f 100644 --- a/templates/show_edit_catalog.inc.php +++ b/templates/show_edit_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Catalog * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_live_stream_row.inc.php b/templates/show_edit_live_stream_row.inc.php index b03ee05f..64fe252f 100644 --- a/templates/show_edit_live_stream_row.inc.php +++ b/templates/show_edit_live_stream_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Live Stream * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_playlist_row.inc.php b/templates/show_edit_playlist_row.inc.php index f61f1aa8..5b853a75 100644 --- a/templates/show_edit_playlist_row.inc.php +++ b/templates/show_edit_playlist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Playlist Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_playlist_song_row.inc.php b/templates/show_edit_playlist_song_row.inc.php index d3cd13d8..7efc8086 100644 --- a/templates/show_edit_playlist_song_row.inc.php +++ b/templates/show_edit_playlist_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Playlist Song Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_playlist_title.inc.php b/templates/show_edit_playlist_title.inc.php index a61944d5..dac65ed9 100644 --- a/templates/show_edit_playlist_title.inc.php +++ b/templates/show_edit_playlist_title.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Playlist Title * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_shout.inc.php b/templates/show_edit_shout.inc.php index 7232255f..6e407623 100644 --- a/templates/show_edit_shout.inc.php +++ b/templates/show_edit_shout.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Shout * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_song.inc.php b/templates/show_edit_song.inc.php index f9584e48..09627569 100644 --- a/templates/show_edit_song.inc.php +++ b/templates/show_edit_song.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Song * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_song_row.inc.php b/templates/show_edit_song_row.inc.php index cb2354f0..9ddc78a7 100644 --- a/templates/show_edit_song_row.inc.php +++ b/templates/show_edit_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Song Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_user.inc.php b/templates/show_edit_user.inc.php index 5f8c296e..1ff58f06 100644 --- a/templates/show_edit_user.inc.php +++ b/templates/show_edit_user.inc.php @@ -3,7 +3,6 @@ /** * Show Edit User * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_export.inc.php b/templates/show_export.inc.php index 54b3f5be..262e967b 100644 --- a/templates/show_export.inc.php +++ b/templates/show_export.inc.php @@ -3,7 +3,6 @@ /** * Show Export * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $name = 'export_' . $_REQUEST['export_format']; diff --git a/templates/show_flag_row.inc.php b/templates/show_flag_row.inc.php index 2636bb5a..3c599d64 100644 --- a/templates/show_flag_row.inc.php +++ b/templates/show_flag_row.inc.php @@ -3,7 +3,6 @@ /** * Show Flag Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 62419a82..cec20187 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -3,7 +3,6 @@ /** * Show Flagged * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_gather_art.inc.php b/templates/show_gather_art.inc.php index 270e5adf..2b9c920b 100644 --- a/templates/show_gather_art.inc.php +++ b/templates/show_gather_art.inc.php @@ -3,7 +3,6 @@ /** * Show Gather Art * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_get_albumart.inc.php b/templates/show_get_albumart.inc.php index aff03ddd..56c8f8e5 100644 --- a/templates/show_get_albumart.inc.php +++ b/templates/show_get_albumart.inc.php @@ -3,7 +3,6 @@ /** * Show Get Albumart * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_import_playlist.inc.php b/templates/show_import_playlist.inc.php index f5f46a4a..56231d20 100644 --- a/templates/show_import_playlist.inc.php +++ b/templates/show_import_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Import Playlist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index e0b40732..17927f7d 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -3,7 +3,6 @@ /** * Show Index * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_info.inc.php b/templates/show_info.inc.php index c8a8f3d2..299876b1 100644 --- a/templates/show_info.inc.php +++ b/templates/show_info.inc.php @@ -3,7 +3,6 @@ /** * Show Information * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_install.inc.php b/templates/show_install.inc.php index ff6ca1ae..7f0ca794 100644 --- a/templates/show_install.inc.php +++ b/templates/show_install.inc.php @@ -3,7 +3,6 @@ /** * Show Install * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 56806265..fb0b4f7c 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -3,7 +3,6 @@ /** * Show Install Account * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_install_check.inc.php b/templates/show_install_check.inc.php index a03ceff3..5f9d64f9 100644 --- a/templates/show_install_check.inc.php +++ b/templates/show_install_check.inc.php @@ -3,7 +3,6 @@ /** * Show Install Check * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 1fed6a22..c2513bfe 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -3,7 +3,6 @@ /** * Show Install Config * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_install_lang.inc.php b/templates/show_install_lang.inc.php index 4ea56cfb..81395ebb 100644 --- a/templates/show_install_lang.inc.php +++ b/templates/show_install_lang.inc.php @@ -3,7 +3,6 @@ /** * Show Install Lang * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php index 08d09b29..5f71aad7 100644 --- a/templates/show_ip_history.inc.php +++ b/templates/show_ip_history.inc.php @@ -3,7 +3,6 @@ /** * Show IP History * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_live_stream.inc.php b/templates/show_live_stream.inc.php index 6ea08c1f..b119108c 100644 --- a/templates/show_live_stream.inc.php +++ b/templates/show_live_stream.inc.php @@ -3,7 +3,6 @@ /** * Show Live Stream * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_live_stream_row.inc.php b/templates/show_live_stream_row.inc.php index 14af36ea..8b039824 100644 --- a/templates/show_live_stream_row.inc.php +++ b/templates/show_live_stream_row.inc.php @@ -3,7 +3,6 @@ /** * Show Live Stream Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php index 8c849d15..02983486 100644 --- a/templates/show_live_streams.inc.php +++ b/templates/show_live_streams.inc.php @@ -3,7 +3,6 @@ /** * Show Live Streams * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_localplay_add_instance.inc.php b/templates/show_localplay_add_instance.inc.php index 6a169cb9..d368986d 100644 --- a/templates/show_localplay_add_instance.inc.php +++ b/templates/show_localplay_add_instance.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Add Instance * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index f303fca4..2a4a7aa4 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Control * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_controllers.inc.php b/templates/show_localplay_controllers.inc.php index 53aad300..8b3cda94 100644 --- a/templates/show_localplay_controllers.inc.php +++ b/templates/show_localplay_controllers.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Controllers * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_localplay_edit_instance.inc.php b/templates/show_localplay_edit_instance.inc.php index bd68a87e..03604528 100644 --- a/templates/show_localplay_edit_instance.inc.php +++ b/templates/show_localplay_edit_instance.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Edit Instance * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_instances.inc.php b/templates/show_localplay_instances.inc.php index e17be50d..affb08ab 100644 --- a/templates/show_localplay_instances.inc.php +++ b/templates/show_localplay_instances.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Instances * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_playlist.inc.php b/templates/show_localplay_playlist.inc.php index 3e8ad0bf..ea42800c 100644 --- a/templates/show_localplay_playlist.inc.php +++ b/templates/show_localplay_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Playlist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $localplay = new Localplay(Config::get('localplay_controller')); diff --git a/templates/show_localplay_status.inc.php b/templates/show_localplay_status.inc.php index e9b4a306..da5ae81a 100644 --- a/templates/show_localplay_status.inc.php +++ b/templates/show_localplay_status.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Status * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $status = $localplay->status(); diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php index cf3dd3af..800d0894 100644 --- a/templates/show_login_form.inc.php +++ b/templates/show_login_form.inc.php @@ -3,7 +3,6 @@ /** * Show Login Form * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* Check and see if their remember me is the same or lower then local diff --git a/templates/show_lostpassword_form.inc.php b/templates/show_lostpassword_form.inc.php index 4c969d37..c8a782dc 100644 --- a/templates/show_lostpassword_form.inc.php +++ b/templates/show_lostpassword_form.inc.php @@ -3,7 +3,6 @@ /** * Show Lost Password Form * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* Check and see if their remember me is the same or lower then local diff --git a/templates/show_lyrics.inc.php b/templates/show_lyrics.inc.php index 49611521..c300dbdf 100644 --- a/templates/show_lyrics.inc.php +++ b/templates/show_lyrics.inc.php @@ -3,7 +3,6 @@ /** * Show Lyrics * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,15 +20,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 Template - * @package Template - * @author Karl Vollmer <vollmer@ampache.org> - * @author Al Ayres <al.ayres@gmail.com> + * @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 */ /* diff --git a/templates/show_lyrics_song.inc.php b/templates/show_lyrics_song.inc.php index 5dc70142..72908dea 100644 --- a/templates/show_lyrics_song.inc.php +++ b/templates/show_lyrics_song.inc.php @@ -3,7 +3,6 @@ /** * Show Lyrics Song * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top($song->title); diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index 22761541..13085c54 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -3,7 +3,6 @@ /** * Show Mail Users * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_manage_catalogs.inc.php b/templates/show_manage_catalogs.inc.php index 51ec2dd5..9a8160d1 100644 --- a/templates/show_manage_catalogs.inc.php +++ b/templates/show_manage_catalogs.inc.php @@ -3,7 +3,6 @@ /** * Show Manage Catalogs * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_manage_democratic.inc.php b/templates/show_manage_democratic.inc.php index 52a726bf..33d5373a 100644 --- a/templates/show_manage_democratic.inc.php +++ b/templates/show_manage_democratic.inc.php @@ -3,7 +3,6 @@ /** * Show Manage Democratic * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top(_('Manage Democratic Playlists')); ?> diff --git a/templates/show_manage_shoutbox.inc.php b/templates/show_manage_shoutbox.inc.php index 793becde..b6b1fe0b 100644 --- a/templates/show_manage_shoutbox.inc.php +++ b/templates/show_manage_shoutbox.inc.php @@ -3,7 +3,6 @@ /** * Show Manage Shoutbox * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_newest.inc.php b/templates/show_newest.inc.php index f53ba212..6236058a 100644 --- a/templates/show_newest.inc.php +++ b/templates/show_newest.inc.php @@ -3,7 +3,6 @@ /** * Show Newest * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php index d0bdcab0..b2e8140f 100644 --- a/templates/show_now_playing.inc.php +++ b/templates/show_now_playing.inc.php @@ -3,7 +3,6 @@ /** * Show Now Playing * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 0e4e2948..43580397 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -3,7 +3,6 @@ /** * Show Now Playing Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* Prepare the variables */ diff --git a/templates/show_object_rating.inc.php b/templates/show_object_rating.inc.php index 3c3ba14e..167015dc 100644 --- a/templates/show_object_rating.inc.php +++ b/templates/show_object_rating.inc.php @@ -3,7 +3,6 @@ /** * Show Object Rating * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* Create some variables we are going to need */ diff --git a/templates/show_object_rating_static.inc.php b/templates/show_object_rating_static.inc.php index 949f13c4..285d3bb3 100644 --- a/templates/show_object_rating_static.inc.php +++ b/templates/show_object_rating_static.inc.php @@ -3,7 +3,6 @@ /** * Show Object Rating Static * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* Create some variables we are going to need */ diff --git a/templates/show_object_row.inc.php b/templates/show_object_row.inc.php index 664dceac..5bdf64d7 100644 --- a/templates/show_object_row.inc.php +++ b/templates/show_object_row.inc.php @@ -3,7 +3,6 @@ /** * Show Object Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php index 1a4fc920..9630a4e1 100644 --- a/templates/show_objects.inc.php +++ b/templates/show_objects.inc.php @@ -3,7 +3,6 @@ /** * Show Objects * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php index 85094b5c..2e042158 100644 --- a/templates/show_playlist.inc.php +++ b/templates/show_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_playlist_row.inc.php b/templates/show_playlist_row.inc.php index 05281b1f..95e252f5 100644 --- a/templates/show_playlist_row.inc.php +++ b/templates/show_playlist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playlist_song_row.inc.php b/templates/show_playlist_song_row.inc.php index e06196a1..22ff8ee2 100644 --- a/templates/show_playlist_song_row.inc.php +++ b/templates/show_playlist_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Song Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playlist_songs.inc.php b/templates/show_playlist_songs.inc.php index 6c15f6de..c3ebc3b6 100644 --- a/templates/show_playlist_songs.inc.php +++ b/templates/show_playlist_songs.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Songs * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ // First let's setup some vars we're going to use a lot diff --git a/templates/show_playlist_title.inc.php b/templates/show_playlist_title.inc.php index 5f27b956..957f0e64 100644 --- a/templates/show_playlist_title.inc.php +++ b/templates/show_playlist_title.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Title * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php index 7b5fad7b..c3959629 100644 --- a/templates/show_playlists.inc.php +++ b/templates/show_playlists.inc.php @@ -3,7 +3,6 @@ /** * Show Playlists * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playtype_switch.inc.php b/templates/show_playtype_switch.inc.php index e4db864e..095a8b17 100644 --- a/templates/show_playtype_switch.inc.php +++ b/templates/show_playtype_switch.inc.php @@ -3,7 +3,6 @@ /** * Show Playtype Switch * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_plugins.inc.php b/templates/show_plugins.inc.php index 2dc2d978..dd434d0c 100644 --- a/templates/show_plugins.inc.php +++ b/templates/show_plugins.inc.php @@ -3,7 +3,6 @@ /** * Show Plugins * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_popular.inc.php b/templates/show_popular.inc.php index d55e2da4..c3bfeb52 100644 --- a/templates/show_popular.inc.php +++ b/templates/show_popular.inc.php @@ -3,7 +3,6 @@ /** * Show Popular * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_preference_admin.inc.php b/templates/show_preference_admin.inc.php index e2711eb1..09848b5b 100644 --- a/templates/show_preference_admin.inc.php +++ b/templates/show_preference_admin.inc.php @@ -3,7 +3,6 @@ /** * Show Preference Admin * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_preference_box.inc.php b/templates/show_preference_box.inc.php index b7991227..cd7b753c 100644 --- a/templates/show_preference_box.inc.php +++ b/templates/show_preference_box.inc.php @@ -3,7 +3,6 @@ /** * Show Preference Box * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* I'm cheating a little here, check to see if we want to show the diff --git a/templates/show_preferences.inc.php b/templates/show_preferences.inc.php index a4519c40..9aa98244 100644 --- a/templates/show_preferences.inc.php +++ b/templates/show_preferences.inc.php @@ -3,7 +3,6 @@ /** * Show Preferences * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php index b1287ee8..31be51a6 100644 --- a/templates/show_random.inc.php +++ b/templates/show_random.inc.php @@ -3,7 +3,6 @@ /** * Show Random * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index 72dbbcc8..618254b7 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -3,7 +3,6 @@ /** * Show Random Albums * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_recently_played.inc.php b/templates/show_recently_played.inc.php index c9a2cc2e..13da0956 100644 --- a/templates/show_recently_played.inc.php +++ b/templates/show_recently_played.inc.php @@ -3,7 +3,6 @@ /** * Show Recently Played * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* Define the time places starting at 0 */ diff --git a/templates/show_recommended_artists.inc.php b/templates/show_recommended_artists.inc.php index 8e50e662..6a168048 100644 --- a/templates/show_recommended_artists.inc.php +++ b/templates/show_recommended_artists.inc.php @@ -3,7 +3,6 @@ /** * Show Recommended Artists * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_registration_confirmation.inc.php b/templates/show_registration_confirmation.inc.php index 2256c766..9aad6786 100644 --- a/templates/show_registration_confirmation.inc.php +++ b/templates/show_registration_confirmation.inc.php @@ -3,7 +3,6 @@ /** * Show Registration Confirmation * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index a7dd88f3..604ffcc8 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -3,7 +3,6 @@ /** * Show Rename Artist * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_run_add_catalog.inc.php b/templates/show_run_add_catalog.inc.php index c0d262b4..be9f5b6f 100644 --- a/templates/show_run_add_catalog.inc.php +++ b/templates/show_run_add_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Run Add Catalog * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ // Get the count of the number of items in their playlist diff --git a/templates/show_search.inc.php b/templates/show_search.inc.php index 18992b16..d7643cdf 100644 --- a/templates/show_search.inc.php +++ b/templates/show_search.inc.php @@ -3,7 +3,6 @@ /** * Show Search * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_search_bar.inc.php b/templates/show_search_bar.inc.php index b5bb4f4f..558868bd 100644 --- a/templates/show_search_bar.inc.php +++ b/templates/show_search_bar.inc.php @@ -3,7 +3,6 @@ /** * Show Search Bar * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_search_descriptor.inc.php b/templates/show_search_descriptor.inc.php index 41fd393f..65fce74f 100644 --- a/templates/show_search_descriptor.inc.php +++ b/templates/show_search_descriptor.inc.php @@ -2,7 +2,6 @@ /** * Show Search Descriptor * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -20,14 +19,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 Template - * @package Template - * @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 */ ?> <?php require_once 'lib/init.php'; ?> diff --git a/templates/show_search_options.inc.php b/templates/show_search_options.inc.php index 1d890767..c4e49de6 100644 --- a/templates/show_search_options.inc.php +++ b/templates/show_search_options.inc.php @@ -3,7 +3,6 @@ /** * Show Search Options * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> <?php show_box_top(_('Options'),'info-box'); ?> diff --git a/templates/show_shout_row.inc.php b/templates/show_shout_row.inc.php index 47b6c977..154171dd 100644 --- a/templates/show_shout_row.inc.php +++ b/templates/show_shout_row.inc.php @@ -3,7 +3,6 @@ /** * Show Shout Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_shoutbox.inc.php b/templates/show_shoutbox.inc.php index c763c7e7..5455539b 100644 --- a/templates/show_shoutbox.inc.php +++ b/templates/show_shoutbox.inc.php @@ -3,7 +3,6 @@ /** * Show Shoutbox * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 481b06e8..e753574d 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -3,7 +3,6 @@ /** * Show Song * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $icon = $song->enabled ? 'disable' : 'enable'; diff --git a/templates/show_song_row.inc.php b/templates/show_song_row.inc.php index 1d4d1e31..626f5967 100644 --- a/templates/show_song_row.inc.php +++ b/templates/show_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Song Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index cfd81206..4befb999 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -3,7 +3,6 @@ /** * Show Songs * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ // First let's setup some vars we're going to use a lot diff --git a/templates/show_stats.inc.php b/templates/show_stats.inc.php index 62e2b50c..75544a7d 100644 --- a/templates/show_stats.inc.php +++ b/templates/show_stats.inc.php @@ -3,7 +3,6 @@ /** * Show Stats * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $stats = Catalog::get_stats(); diff --git a/templates/show_stats_newest.inc.php b/templates/show_stats_newest.inc.php index 17662f8d..f51ee67e 100644 --- a/templates/show_stats_newest.inc.php +++ b/templates/show_stats_newest.inc.php @@ -3,7 +3,6 @@ /** * Show Stats Newest * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_stats_popular.inc.php b/templates/show_stats_popular.inc.php index 825fe68b..01340054 100644 --- a/templates/show_stats_popular.inc.php +++ b/templates/show_stats_popular.inc.php @@ -3,7 +3,6 @@ /** * Show Stats Popular * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_tagcloud.inc.php b/templates/show_tagcloud.inc.php index a7a3b769..6ba7bb8f 100644 --- a/templates/show_tagcloud.inc.php +++ b/templates/show_tagcloud.inc.php @@ -3,7 +3,6 @@ /** * Show Tagcloud * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php index 7f2db614..480bee7d 100644 --- a/templates/show_test.inc.php +++ b/templates/show_test.inc.php @@ -3,7 +3,6 @@ /** * Show Test * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php index 12223b03..5a493bff 100644 --- a/templates/show_test_config.inc.php +++ b/templates/show_test_config.inc.php @@ -3,7 +3,6 @@ /** * Show Test Config * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_update_items.inc.php b/templates/show_update_items.inc.php index f2bee92a..8e845641 100644 --- a/templates/show_update_items.inc.php +++ b/templates/show_update_items.inc.php @@ -3,7 +3,6 @@ /** * Show Update Items * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top(_('Starting Update from Tags')); diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index 98a21169..cc085055 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -3,7 +3,6 @@ /** * Show User * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $last_seen = $client->last_seen ? date("m\/d\/y - H:i",$client->last_seen) : _('Never'); diff --git a/templates/show_user_activate.inc.php b/templates/show_user_activate.inc.php index c2d40f60..af8caf19 100644 --- a/templates/show_user_activate.inc.php +++ b/templates/show_user_activate.inc.php @@ -3,7 +3,6 @@ /** * Show User Activate * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_user_preferences.inc.php b/templates/show_user_preferences.inc.php index bbf6ded8..ead20fee 100644 --- a/templates/show_user_preferences.inc.php +++ b/templates/show_user_preferences.inc.php @@ -3,7 +3,6 @@ /** * Show User Preferences * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_user_recommendations.inc.php b/templates/show_user_recommendations.inc.php index db439978..3d163ae5 100644 --- a/templates/show_user_recommendations.inc.php +++ b/templates/show_user_recommendations.inc.php @@ -3,7 +3,6 @@ /** * Show User Recommendations * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index e8832ff9..2d9ce3a8 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -3,7 +3,6 @@ /** * Show User Registration * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_user_row.inc.php b/templates/show_user_row.inc.php index 7e3fa973..13ec72e7 100644 --- a/templates/show_user_row.inc.php +++ b/templates/show_user_row.inc.php @@ -3,7 +3,6 @@ /** * Show User Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_user_stats.inc.php b/templates/show_user_stats.inc.php index 25d49e75..9d812672 100644 --- a/templates/show_user_stats.inc.php +++ b/templates/show_user_stats.inc.php @@ -3,7 +3,6 @@ /** * Show User Stats * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php index 5cd231a3..552d4b19 100644 --- a/templates/show_users.inc.php +++ b/templates/show_users.inc.php @@ -3,7 +3,6 @@ /** * Show Users * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php index 7ffef18b..8c4fba4f 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Verify Catalog * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_video_row.inc.php b/templates/show_video_row.inc.php index 3253cc99..6f0ebd1f 100644 --- a/templates/show_video_row.inc.php +++ b/templates/show_video_row.inc.php @@ -3,7 +3,6 @@ /** * Show Video Row * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_videos.inc.php b/templates/show_videos.inc.php index 40d63f33..a4fe0741 100644 --- a/templates/show_videos.inc.php +++ b/templates/show_videos.inc.php @@ -3,7 +3,6 @@ /** * Show Videos * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_xspf_player.inc.php b/templates/show_xspf_player.inc.php index 4fccee21..0437d123 100644 --- a/templates/show_xspf_player.inc.php +++ b/templates/show_xspf_player.inc.php @@ -3,7 +3,6 @@ /** * Show XSPF Player * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 2ca223db..f1d980a0 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -3,7 +3,6 @@ /** * Sidebar * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ if (!$_SESSION['state']['sidebar_tab']) { $_SESSION['state']['sidebar_tab'] = 'home'; } diff --git a/templates/sidebar_admin.inc.php b/templates/sidebar_admin.inc.php index 493b4273..1b71a8d0 100644 --- a/templates/sidebar_admin.inc.php +++ b/templates/sidebar_admin.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Admin * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 4b97abd5..d0d6687a 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Home * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); diff --git a/templates/sidebar_localplay.inc.php b/templates/sidebar_localplay.inc.php index c44e9923..7339e2a9 100644 --- a/templates/sidebar_localplay.inc.php +++ b/templates/sidebar_localplay.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Localplay * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ ?> diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php index 2d08963d..83e64568 100644 --- a/templates/sidebar_modules.inc.php +++ b/templates/sidebar_modules.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Modules * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); diff --git a/templates/sidebar_preferences.inc.php b/templates/sidebar_preferences.inc.php index 9ec7b397..46ce68c2 100644 --- a/templates/sidebar_preferences.inc.php +++ b/templates/sidebar_preferences.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Preferences * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /* This one is a little dynamic as we add plugins or localplay modules diff --git a/templates/subnavbar.inc.php b/templates/subnavbar.inc.php index b1b18558..dede7758 100644 --- a/templates/subnavbar.inc.php +++ b/templates/subnavbar.inc.php @@ -3,7 +3,6 @@ /** * Subnavbar * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,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 Template - * @package Template - * @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 */ /** |