diff options
author | xgizzmo <xgizzmo@ampache> | 2006-01-03 06:08:18 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-01-03 06:08:18 +0000 |
commit | 521a86a22498c174c8d605c44f9d877478bc2e8a (patch) | |
tree | 1db12624f99eee5aa5d10ff8b6bc102f493b8470 /templates | |
parent | b5bd31cca19de386e4fdf0b3601b3acc9df948a8 (diff) | |
download | ampache-521a86a22498c174c8d605c44f9d877478bc2e8a.tar.gz ampache-521a86a22498c174c8d605c44f9d877478bc2e8a.tar.bz2 ampache-521a86a22498c174c8d605c44f9d877478bc2e8a.zip |
Fixed typo in userform.inc, Added Copyright mojo to footer.inc, Few more XHTML tweaks
Diffstat (limited to 'templates')
-rw-r--r-- | templates/footer.inc | 22 | ||||
-rw-r--r-- | templates/userform.inc | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/templates/footer.inc b/templates/footer.inc index b35db223..853da337 100644 --- a/templates/footer.inc +++ b/templates/footer.inc @@ -1,3 +1,25 @@ +<?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. + +*/ +?> </td></tr></table> </div> <!-- end id="content"--> </div> <!-- end id="maincontainer"--> diff --git a/templates/userform.inc b/templates/userform.inc index 46c70dd9..8d168d16 100644 --- a/templates/userform.inc +++ b/templates/userform.inc @@ -25,7 +25,7 @@ if ($type === 'new_user') { $title = _("Adding a New User"); } else { - $userfield = "$username; + $userfield = $username; $title = _("Editing existing User"); } ?> |