diff options
author | pb1dft <pb1dft@ampache> | 2006-09-29 23:41:19 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-09-29 23:41:19 +0000 |
commit | 1fee2840f53567aa29249c9699faa85d9fb161a1 (patch) | |
tree | 52c55e3f983b817087c48fcc2bba9280f50306d4 | |
parent | 5a10d4f77f584588e3e9b27102461f80a0d868fb (diff) | |
download | ampache-1fee2840f53567aa29249c9699faa85d9fb161a1.tar.gz ampache-1fee2840f53567aa29249c9699faa85d9fb161a1.tar.bz2 ampache-1fee2840f53567aa29249c9699faa85d9fb161a1.zip |
Stylesheet adjustment and some text adjustment
-rw-r--r-- | templates/show_user_registration.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index c92b2fbc..091d85d5 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -27,8 +27,8 @@ $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 $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" /> +<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> <body> |