From 7d5b782802d23575e7c754357c7d3e7a1fbeee1b Mon Sep 17 00:00:00 2001 From: Wojciech Polak Date: Wed, 28 Apr 2010 18:09:59 +0000 Subject: Use css.cswindow. --- 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 @@ -4,7 +4,7 @@ /* 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 under the terms of the GNU General Public License as published by the @@ -21,17 +21,18 @@ */ require_once 'lib/include.php'; +require_once 'lib/d-sigs.php'; start_session (null, true); $session->auth ('iflogged'); -echo ''; +echo ''; ?> Cheetah News - + 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 @@ -19,6 +19,7 @@ */ require_once 'lib/include.php'; +require_once 'lib/d-sigs.php'; require_once 'lib/facebook.php'; start_session (null, true); @@ -90,12 +91,12 @@ if ($auth) { ?> + xmlns:fb="http://www.facebook.com/2008/fbml"> Cheetah News - + 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 @@ -42,7 +42,7 @@ $files = array ('bt' => array ('js', array ('js/v2/i18n.js', 'css.login' => array ('css', array ('css/v2/login.css')), 'css.notice' => array ('css', array ('css/v2/notice.css')), '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')), 'popular' => array ('xml', array ('gen/popular.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 @@ -2,7 +2,7 @@ /* Cheetah News openid_manage.php - Copyright (C) 2008 Wojciech Polak. + Copyright (C) 2008, 2010 Wojciech Polak. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -19,6 +19,7 @@ */ require_once 'lib/include.php'; +require_once 'lib/d-sigs.php'; require_once 'Auth/OpenID/Consumer.php'; require_once 'Auth/OpenID/FileStore.php'; require_once 'Auth/OpenID/SReg.php'; @@ -117,12 +118,12 @@ else if (!empty ($remove)) { ?> - + Cheetah News - + -- cgit v0.9.0.3