summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-25 17:28:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-25 17:28:50 +0000
commit2398133cc42045805e6045935efeefee18ab1ad8 (patch)
tree88e81a14e612cf23fe210fe1750634fbc48ae29e /admin
parent793d3d0bf19a8007e54f8440a5412e2b6709f5b3 (diff)
downloadampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.gz
ampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.bz2
ampache-2398133cc42045805e6045935efeefee18ab1ad8.zip
more html cleanup
Diffstat (limited to 'admin')
-rw-r--r--admin/mail.php2
-rw-r--r--admin/preferences.php3
2 files changed, 1 insertions, 4 deletions
diff --git a/admin/mail.php b/admin/mail.php
index 4701d298..78d257a8 100644
--- a/admin/mail.php
+++ b/admin/mail.php
@@ -91,7 +91,7 @@ show_clear();
<form name="mail" method="post" action="<?php echo conf('web_path'); ?>/admin/mail.php" enctype="multipart/form-data">
-<p><font color="<?php echo $error_color; ?>"><?php echo $complete_text; ?></font></p>
+<p><font color="<?php echo conf('error_color'); ?>"><?php echo $complete_text; ?></font></p>
<table>
<tr>
diff --git a/admin/preferences.php b/admin/preferences.php
index 973fddb0..ba381f44 100644
--- a/admin/preferences.php
+++ b/admin/preferences.php
@@ -88,6 +88,3 @@ require (conf('prefix') . "/templates/show_preferences.inc");
// FOOTER
show_page_footer ('Admin', 'Admin Preferences',$user->prefs['display_menu']);
?>
-
-</body>
-</html>