Thread: Simple Theme
View Single Post
  #1  
Old 23rd April 2013, 09:55
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default Simple Theme
Click the image to open in full size.

INSTALLATION:

1. Unrar the files from attached archive
2. Put all the extracted files in your root folder
3.In bittorrent.php after the default stylesheet add this:
PHP Code:
<link rel="stylesheet" type="text/css" href="style.css" /> 
4.After <body> tag add this:
PHP Code:
<div id="main_container">
    <
div id="header">
        <
div class="logo"><img src="./images/logo.gif" border="0" alt="" title="" /></div>       
    </
div>
        <
div class="menu">
            <
ul>                                                                         
                <
li class="selected"><a href="index.php">home</a></li>
                <
li><a href="browse.php">browse</a></li>
                <
li><a href="upload.php">upload</a></li>
                <
li><a href="viewoffers.php">offers</a></li>
                <
li><a href="my.php">profile</a></li>
                <
li><a href="forums.php">forums</a></li>
                <
li><a href="userchat.php">chat</a></li>
                <
li><a href="rules.php">rules</a></li>
                <
li><a href="staff.php">staff</a></li>
            </
ul>
        </
div>
    <
div class="center_content"
This will be the menu and main content.
5.In the footer of the tracker add this:
PHP Code:
 <div id="footer">                                              
        <
div class="left_footer"><a href="index.php">home</a> <a href="faq.php">faq</a> <a href="rules.php">privacy policy</a><a href="mailto:chezandrei@gmail.com">contact</a></div>
        <
div class="right_footer"><a href="#"  target="_blank"><img src="./images/chezdesign.gif" border="0" alt="" title="" /></a>
        </
div>   
    
    </
div>
    
    
    
</
div
THAT'S ALL - ENJOY!
Attached Files
File Type: rar theme_files.rar (195.1 KB, 482 views)
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif

Last edited by joeroberts; 29th December 2013 at 09:25.
Reply With Quote