pidgin/old.pidgin.im

Parents f96432589f41
Children 512a54c72888
Move this line from blurb.download.inc to index.php, since that's the
only place where section = "Home" when this file is included, so that's
the only place where this shows up. There's no reason for it to be in
the .inc file
--- a/htdocs/index.php Mon Mar 26 05:48:52 2012 +0000
+++ b/htdocs/index.php Tue May 01 05:57:28 2012 +0000
@@ -18,6 +18,7 @@
</div>
<div id="download">
+<img src="/shared/img/logo.pidgin.png" alt="[Pidgin Logo]" id="logo" width="107" height="185" />
<?php
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.download.inc");
?>
--- a/inc/blurb.download.inc Mon Mar 26 05:48:52 2012 +0000
+++ b/inc/blurb.download.inc Tue May 01 05:57:28 2012 +0000
@@ -2,9 +2,6 @@
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.downloaddetect.inc");
?>
-<?php if ($page['section'] == "Home") { ?>
-<img src="/shared/img/logo.pidgin.png" alt="[Pidgin Logo]" id="logo" width="107" height="185" />
-<?php } ?>
<a id="download_link" href="<?php echo $download_link; ?>">
<img src="/shared/img/button.download.png" alt="[Down Arrow]" id="downbutton" width="48" height="48" />
Download Pidgin<br />