diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 18:38:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 18:38:19 +0000 |
commit | 1a6ae62569dbc5603a361a488641950cc317ac3d (patch) | |
tree | 130afc63e183c49559572e0ccf93f5cdcd89d7cf /templates/footer.inc.php | |
parent | dccdeba838129a5a3805c7669ec0a6328269f738 (diff) | |
download | ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.gz ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.bz2 ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.zip |
flushed out the album view and added a few more features removed unused icons
Diffstat (limited to 'templates/footer.inc.php')
-rw-r--r-- | templates/footer.inc.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/footer.inc.php b/templates/footer.inc.php new file mode 100644 index 00000000..5eb6075b --- /dev/null +++ b/templates/footer.inc.php @@ -0,0 +1,31 @@ +<?php +/* + + Copyright (c) 2001 - 2006 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 + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + 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. + +*/ +?> +<!-- I really hate IE --> +</td></tr></table> +</div> <!-- end id="content"--> +</div> <!-- end id="maincontainer"--> +<div id="footer-content"> + <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a> +</div> +</body> +</html> |