aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2010-04-28 20:09:59 +0200
committerWojciech Polak <polak@gnu.org>2010-04-28 20:09:59 +0200
commit7d5b782802d23575e7c754357c7d3e7a1fbeee1b (patch)
treeabedf66f8e9794ae6940b5aeb74bf51c57ad3483
parentf0cb1cdb39370971010723ab4f7f5a95f845eca6 (diff)
downloadcheetah-7d5b782802d23575e7c754357c7d3e7a1fbeee1b.tar.gz
cheetah-7d5b782802d23575e7c754357c7d3e7a1fbeee1b.tar.bz2
Use css.cswindow.
-rw-r--r--css/v2/cswindow.css (renamed from css/v2/changepassword.css)0
-rw-r--r--frontend/changepassword.php7
-rw-r--r--frontend/fb_connect.php3
-rw-r--r--frontend/lib/d-files.php2
-rw-r--r--frontend/openid_manage.php7
5 files changed, 11 insertions, 8 deletions
diff --git a/css/v2/changepassword.css b/css/v2/cswindow.css
index 21643f4..21643f4 100644
--- a/css/v2/changepassword.css
+++ b/css/v2/cswindow.css
diff --git a/frontend/changepassword.php b/frontend/changepassword.php
index fdea189..69ebfb2 100644
--- a/frontend/changepassword.php
+++ b/frontend/changepassword.php
@@ -6,3 +6,3 @@
Cheetah News changepassword.php
- Copyright (C) 2005, 2006 Wojciech Polak.
+ Copyright (C) 2005, 2006, 2010 Wojciech Polak.
@@ -23,2 +23,3 @@
require_once 'lib/include.php';
+require_once 'lib/d-sigs.php';
@@ -27,3 +28,3 @@ $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">';
?>
@@ -33,3 +34,3 @@ echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$CHEETAH_LANG.'" la
<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" />
diff --git a/frontend/fb_connect.php b/frontend/fb_connect.php
index d5bf81b..d3bc727 100644
--- a/frontend/fb_connect.php
+++ b/frontend/fb_connect.php
@@ -21,2 +21,3 @@
require_once 'lib/include.php';
+require_once 'lib/d-sigs.php';
require_once 'lib/facebook.php';
@@ -97,3 +98,3 @@ if ($auth) {
<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" />
diff --git a/frontend/lib/d-files.php b/frontend/lib/d-files.php
index fc92e6c..d351aee 100644
--- a/frontend/lib/d-files.php
+++ b/frontend/lib/d-files.php
@@ -44,3 +44,3 @@ $files = array ('bt' => array ('js', array ('js/v2/i18n.js',
'css.signup' => array ('css', array ('css/v2/signup.css')),
- 'css.changepassword' => array ('css', array ('css/v2/changepassword.css')),
+ 'css.cswindow' => array ('css', array ('css/v2/cswindow.css')),
'dir' => array ('xml', array ('gen/directory.xml')),
diff --git a/frontend/openid_manage.php b/frontend/openid_manage.php
index b50315b..45fb1d8 100644
--- a/frontend/openid_manage.php
+++ b/frontend/openid_manage.php
@@ -4,3 +4,3 @@
Cheetah News openid_manage.php
- Copyright (C) 2008 Wojciech Polak.
+ Copyright (C) 2008, 2010 Wojciech Polak.
@@ -21,2 +21,3 @@
require_once 'lib/include.php';
+require_once 'lib/d-sigs.php';
require_once 'Auth/OpenID/Consumer.php';
@@ -119,3 +120,3 @@ else if (!empty ($remove)) {
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$CHEETAH_LANG?>" lang="<?=$CHEETAH_LANG?>">
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -124,3 +125,3 @@ else if (!empty ($remove)) {
<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" />

Return to:

Send suggestions and report system problems to the System administrator.