aboutsummaryrefslogtreecommitdiff
path: root/frontend/fb_connect.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/fb_connect.php')
-rw-r--r--frontend/fb_connect.php3
1 files changed, 2 insertions, 1 deletions
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);
@@ -95,7 +96,7 @@ if ($auth) {
<title>Cheetah News</title>
<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>
<body>

Return to:

Send suggestions and report system problems to the System administrator.