Browse Source

Cleanup

pull/4/head
falkTX 9 years ago
parent
commit
d564fe8252
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      includes/header.php

+ 1
- 2
includes/header.php View File

@@ -213,8 +213,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
</ul>
</div>
<?php } else { ?>
<?php if ($PAGE_TYPE == "PASTE") { ?>
<?php } else if ($PAGE_TYPE != "DONATIONS" && $db_link) { ?>
<?php 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_bar"><div style="width:<?php print_r($cur_percent); ?>%"></div></div>
</div>


Loading…
Cancel
Save