aboutsummaryrefslogtreecommitdiff
path: root/frontend/changepassword.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/changepassword.php')
-rw-r--r--frontend/changepassword.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/changepassword.php b/frontend/changepassword.php
index fdea189..69ebfb2 100644
--- a/frontend/changepassword.php
+++ b/frontend/changepassword.php
@@ -5,5 +5,5 @@
/*
Cheetah News changepassword.php
- Copyright (C) 2005, 2006 Wojciech Polak.
+ Copyright (C) 2005, 2006, 2010 Wojciech Polak.
This program is free software; you can redistribute it and/or modify it
@@ -22,9 +22,10 @@
require_once 'lib/include.php';
+require_once 'lib/d-sigs.php';
start_session (null, true);
$session->auth ('iflogged');
-echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$CHEETAH_LANG.'" lang="'.$CHEETAH_LANG.'">';
+echo '<html xmlns="http://www.w3.org/1999/xhtml">';
?>
<head>
@@ -32,5 +33,5 @@ echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$CHEETAH_LANG.'" la
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex,nofollow" />
-<link rel="stylesheet" href="d?q=css.changepassword" type="text/css" />
+<link rel="stylesheet" href="<?=dsp('css.cswindow')?>" type="text/css" />
<link rel="icon" href="images/favicon.png" type="image/png" />
</head>

Return to:

Send suggestions and report system problems to the System administrator.