View Single Post
  #2  
Old 10th July 2011, 12:23
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile
Quote:
Originally Posted by DARCK View Post
up the folder root/include/templates/Default
this theme would go nice with this thead

http://www.bvlist.com/tsse/6690-new-details-browse.html

this

in the header

PHP Code:
        <?php echo'<img " src="'.$BASEURL.'/include/templates/'.$defaulttemplate.'/images/ratio.png" />' ?> <?php echo $ratio?>&nbsp;&nbsp;<?php echo'<img " src="'.$BASEURL.'/include/templates/'.$defaulttemplate.'/images/bonusas.png" />' ?> <a href="<?php echo $BASEURL?>/mybonus.php"><?php echo number_format($CURUSER['seedbonus'], 2)?></a>&nbsp;&nbsp;<?php echo'<img " src="'.$BASEURL.'/include/templates/'.$defaulttemplate.'/images/issiusta.png" />' ?> <font color="green"><?php echo mksize($CURUSER['uploaded'])?></font>&nbsp;&nbsp;<?php echo '<img " src="'.$BASEURL.'/include/templates/'.$defaulttemplate.'/images/parsiusta.png" />' ?> <font color="red"><?php echo mksize($CURUSER['downloaded'])?></font>&nbsp;&nbsp;&nbsp;&nbsp;
<?php
    
echo ($inboxpic '<a href="'.$BASEURL.'/messages.php">'.$inboxpic.'</a>' '').'
    <a href="'
.$BASEURL.'/friends.php"><img border="0" alt="'.$lang->header['extrafriends'].'" title="'.$lang->header['extrafriends'].'" src="'.$BASEURL.'/include/templates/'.$defaulttemplate.'/images/group.png" /></a>
    <a href="'
.$BASEURL.'/users.php"><img border="0" alt="'.$lang->header['extramembers'].'" title="'.$lang->header['extramembers'].'" src="'.$BASEURL.'/include/templates/'.$defaulttemplate.'/images/user_go.png" /></a>
    <a href="'
.$BASEURL.'/getrss.php"><img border="0" alt="'.$lang->header['extrarssfeed'].'" title="'.$lang->header['extrarssfeed'].'" src="'.$BASEURL.'/include/templates/'.$defaulttemplate.'/images/rss.png" /></a>';
}
Reply With Quote
The Following User Says Thank You to wMan For This Useful Post:
ZincH (23rd July 2011)