Browse Source

Remove ugly "powered by geshi" on paste page

pull/4/head
falkTX 9 years ago
parent
commit
5f3d19aece
2 changed files with 0 additions and 1 deletions
  1. BIN
      images/powered-by-geshi.png
  2. +0
    -1
      includes/header.php

BIN
images/powered-by-geshi.png View File

Before After
Width: 88  |  Height: 31  |  Size: 2.9KB

+ 0
- 1
includes/header.php View File

@@ -214,7 +214,6 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
</div> </div>
<?php } else { ?> <?php } else { ?>
<?php if ($PAGE_TYPE == "PASTE") { ?> <?php if ($PAGE_TYPE == "PASTE") { ?>
<a href="http://qbnz.com/highlighter" class="external text" rel="nofollow" target="_blank" style="position:absolute; top:37px; right:5%;"><img src="<?php echo $ROOT; ?>/images/powered-by-geshi.png" alt="Powered by GeSHi"/></a>
<?php } else if ($PAGE_TYPE != "DONATIONS" && $db_link) { ?> <?php } else if ($PAGE_TYPE != "DONATIONS" && $db_link) { ?>
<div id="donations_container" style="position:absolute; top:40px; right:5%; width: 250px; height: 10px; font-size: 0.8em;"> <div id="donations_container" style="position:absolute; top:40px; right:5%; width: 250px; height: 10px; font-size: 0.8em;">
<div id="donations_bar"><div style="width:<?php print_r($cur_percent); ?>%"></div></div> <div id="donations_bar"><div style="width:<?php print_r($cur_percent); ?>%"></div></div>


Loading…
Cancel
Save