diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-05 04:43:13 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-05 04:43:13 +0000 |
commit | ca34aa1edeb011baed4e2a6fabe56d90c0ba314d (patch) | |
tree | 19ef4bdd32a97f1effc6e50d2e06dba74fb398ba /templates/footer.inc | |
parent | afe3b2fcb0183426c34620dfe2d68ed41f84d1d9 (diff) | |
download | ampache-ca34aa1edeb011baed4e2a6fabe56d90c0ba314d.tar.gz ampache-ca34aa1edeb011baed4e2a6fabe56d90c0ba314d.tar.bz2 ampache-ca34aa1edeb011baed4e2a6fabe56d90c0ba314d.zip |
* Prevent Album art set on demo because people put porn in there :(
* Fix Push functionality for the Democratic view stuff
* Add footer div definition per Apex's request
* Fix Config display with multi-value elements
* Added plugin checking to update.php wq
Diffstat (limited to 'templates/footer.inc')
-rw-r--r-- | templates/footer.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/footer.inc b/templates/footer.inc index fc9752cb..727d7bb1 100644 --- a/templates/footer.inc +++ b/templates/footer.inc @@ -24,5 +24,6 @@ </td></tr></table> </div> <!-- end id="content"--> </div> <!-- end id="maincontainer"--> +<div id="footer-content"> </div> </body> </html> |