View Single Post
  #9  
Old 8th October 2011, 20:38
Edgein's Avatar
Edgein Edgein is offline
Senior Member
 
Join Date: Sep 2008
Netherlands
Posts: 154
Smile
Quote:
Originally Posted by SENSE92 View Post
Hi new here and i also would like to remove the donation bar from the header.
I use Templateshares 4.3 default theme.
just delete this tekst in youre header.php

PHP Code:
$Progress_so_far = ($Progress_so_far >= 100 '100' number_format($Progress_so_far1)); 
echo 
'<div id="donation"><font class="small"><a href="'.$BASEURL.'/donate.php">'.$lang->header['donate'].'</a></font> 
        <div style="width: 80px; border: 1px solid black; text-align: left; background: #376088 repeat;"><div style="padding-left: 0px; color: white; font-weight: bold; width: '
.$Progress_so_far.'%; border: 0px solid black; font-size: 8pt; background: #4A81B6 repeat;">&nbsp;'.number_format($Progress_so_far1).'%'.($Progress_so_far >= 100 '&nbsp;<font class="small">'.$lang->header['thanks'].'</font>' '').'</div></div></div>'
Reply With Quote