summaryrefslogtreecommitdiffstats
path: root/templates/show_user_registration.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-01-09 02:34:20 +0000
committerxgizzmo <xgizzmo@ampache>2007-01-09 02:34:20 +0000
commit8ed4a1e163f8750820f643b4f81b04215154e972 (patch)
tree534c84006759a5805d3bbc71ad3ce78d13aef27c /templates/show_user_registration.inc.php
parent4d948bcd7c451b35df7686f2d24ebc57746096c2 (diff)
downloadampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.gz
ampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.bz2
ampache-8ed4a1e163f8750820f643b4f81b04215154e972.zip
fixed some typos and dead links
Diffstat (limited to 'templates/show_user_registration.inc.php')
-rw-r--r--templates/show_user_registration.inc.php1
1 files changed, 0 insertions, 1 deletions
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'));
<head>
<link rel="shortcut icon" href="<?php echo conf('web_path'); ?>/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo conf('site_charset'); ?>" />
-<link rel="stylesheet" href="<?php echo conf('web_path'); ?>/templates/default.css" type="text/css" />
<link rel="stylesheet" href="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" />
<title><?php echo conf('site_title'); ?> - <?php echo $location['title']; ?></title>
</head>