aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2012-04-05 18:06:01 +0200
committerWojciech Polak <polak@gnu.org>2012-04-05 18:06:01 +0200
commitf69d0fad4651a4934961373c3106b92166fb8ed5 (patch)
tree2bcbd2a60828d0dbed95ef711d462a497f662b17 /frontend
parentf8be5634ab87fdd655cf7c34f4bf203c6b28a156 (diff)
downloadcheetah-f69d0fad4651a4934961373c3106b92166fb8ed5.tar.gz
cheetah-f69d0fad4651a4934961373c3106b92166fb8ed5.tar.bz2
Remove Fanbox.
Diffstat (limited to 'frontend')
-rw-r--r--frontend/reader.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/frontend/reader.php b/frontend/reader.php
index 40eb22c..38abe57 100644
--- a/frontend/reader.php
+++ b/frontend/reader.php
@@ -2,7 +2,7 @@
/*
Cheetah News reader.php
- Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Wojciech Polak.
+ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 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
@@ -349,8 +349,7 @@ var SIGS = {'js':'".$SIGS["js"]."', 'tr':'".$SIGS["tr"]."', 'wt':'".
<span id="menuOpenSWindow" class="ilinkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span>
<span id="menuOpenFacebook" class="ilinkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span>
<span id="menuOpenNotes" class="linkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span>
- <span id="menuOpenWeather" class="linkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span>
- <span id="menuOpenFanbox" class="linkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span><hr />
+ <span id="menuOpenWeather" class="linkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span><hr />
<span id="menuOpenCWindow1" class="linkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span>
<span id="menuOpenCWindow2" class="linkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span>
<span id="menuOpenCWindow3" class="linkCM">&nbsp;<img src="images/t.gif" width="16" height="16" alt="" /></span>
@@ -361,9 +360,6 @@ var SIGS = {'js':'".$SIGS["js"]."', 'tr':'".$SIGS["tr"]."', 'wt':'".
<?php if (isset ($CONF['fb.app_id'])) { ?>
<script type="text/javascript">CONF.fb_app_id = '<?=$CONF["fb.app_id"]?>';</script>
<div id="fb-root"></div>
-<div id="fbFanbox" style="display:none">
- <iframe src="https://www.facebook.com/plugins/fan.php?id=<?=$CONF['fb.app_id']?>&amp;width=500&amp;height=300&amp;connections=10&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:300px"></iframe>
-</div>
<?php } ?>
<?php if (isset ($CONF['google.analytics'])) { ?>

Return to:

Send suggestions and report system problems to the System administrator.