View Single Post
  #69  
Old 25th October 2008, 15:16
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
for the back ground sorry but don't take it wrong but change themes then or you can create a .css for frame.php
and change this to point to it
Code:
if (is_readable("themes/$theme/style.css")) {
        echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$theme/style.css\" TYPE=\"text/css\">\n\n\n";
}
and the o in donate.php is because you did not fill in the info you should have in the admin panel you can use html there
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote