diff options
author | xgizzmo <xgizzmo@ampache> | 2007-01-09 02:34:20 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-01-09 02:34:20 +0000 |
commit | 8ed4a1e163f8750820f643b4f81b04215154e972 (patch) | |
tree | 534c84006759a5805d3bbc71ad3ce78d13aef27c /register.php | |
parent | 4d948bcd7c451b35df7686f2d24ebc57746096c2 (diff) | |
download | ampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.gz ampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.bz2 ampache-8ed4a1e163f8750820f643b4f81b04215154e972.zip |
fixed some typos and dead links
Diffstat (limited to 'register.php')
-rw-r--r-- | register.php | 1 |
1 files changed, 0 insertions, 1 deletions
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); ?> - <link rel="stylesheet" href="<?php echo $web_path; ?>/templates/default.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" /> <?php show_confirmation(_('Registration Complete'),$message,'/login.php'); |