diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-02 01:39:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-02 01:39:10 +0000 |
commit | 7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f (patch) | |
tree | cafd383d330cd5e0e643a0593ac7e867ca7b4dd8 /templates/show_popular.inc.php | |
parent | a313222ab7b51df79469c6082a856463248006e9 (diff) | |
download | ampache-7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f.tar.gz ampache-7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f.tar.bz2 ampache-7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f.zip |
move around stats information and split it up, tweak quicktime tag detection
Diffstat (limited to 'templates/show_popular.inc.php')
-rw-r--r-- | templates/show_popular.inc.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/show_popular.inc.php b/templates/show_popular.inc.php new file mode 100644 index 00000000..1121d6b6 --- /dev/null +++ b/templates/show_popular.inc.php @@ -0,0 +1,24 @@ +<?php +/* + + Copyright (c) Ampache.org + All rights reserved. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ +?> +<?php show_box_top(_('Information')); ?> +<?php require_once Config::get('prefix') . '/templates/show_stats_newest.inc.php'; ?> +<?php show_box_bottom(); ?> |