From 8ed4a1e163f8750820f643b4f81b04215154e972 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Tue, 9 Jan 2007 02:34:20 +0000 Subject: fixed some typos and dead links --- login.php | 1 - register.php | 1 - templates/handheld.css | 8 ++++---- templates/print.css | 11 +++++------ templates/show_random_albums.inc.php | 2 +- templates/show_user_registration.inc.php | 1 - themes/classic/templates/default.css | 2 +- 7 files changed, 11 insertions(+), 15 deletions(-) diff --git a/login.php b/login.php index 5f2e67fc..6949127f 100644 --- a/login.php +++ b/login.php @@ -157,7 +157,6 @@ $htmllang = str_replace("_","-",conf('lang')); - diff --git a/register.php b/register.php index fee00f0e..0c0be40f 100644 --- a/register.php +++ b/register.php @@ -164,7 +164,6 @@ switch ($action) { send_confirmation($username, $fullname, $email, $pass1, $validation); ?> - - <?php echo $name; ?> + <?php echo $name; ?> diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index df922136..aa43af4e 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -27,7 +27,6 @@ $htmllang = str_replace("_","-",conf('lang')); - <?php echo conf('site_title'); ?> - <?php echo $location['title']; ?> diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index b1129833..55db23f0 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -91,7 +91,7 @@ textarea { font-size: 12px; } .table-header { -// background: url(../images/ampache-light-bg.gif) #dddddd repeat-x; +/* background: url(../images/ampache-light-bg.gif) #dddddd repeat-x; */ background: #a0a0a0; vertical-align: top; text-align:center; -- cgit