 ---- DJ Theme ----
 
 PHP-Fusion 7 Content Management System
 Copyright  2002 - 2008 Nick Jones
 http://www.php-fusion.co.uk/

 Theme by Mangee -- http://mangee.net
 
 Code from AGPL v3 licensed themes Gillette, Atlantis and Phos used in building theme.

 ---- Installation ----

 1. Unpack the theme to a local folder on your PC.

 2. Using a FTP client copy the " DJ " folder from your PC to your ""  domain root/themes/  "" folder.
    This folder will contain other themes, folders titled example " Gillette ".
   
 ---- Banners or Advertising ---
 
 Sitebanner is in linked to the logo only when the jpg logo image is used. Code below.
 Sitebanner one [1] is not coded.
 Sitebanner two [2] is below footer and above copyright.

 ---- Resources ----
 
 In extras folder is a psd file for the logo and forum buttons.
 
 ---- Logo as jpg image ----
 
 To replace flash in header with supplied jpg logo change code in theme.php as follows.
 Open theme.php in a html text editor, not microsoft word.
 
 Remove lines 12 and 13. Code to be removed shown below.
 <object type='application/x-shockwave-flash' data='".THEME."images/logo.swf' width='1000' height='240'>
 <param name='movie' value='".THEME."images/logo.swf' /><param name='wmode' value='transparent' /></object>
 
 Replace with the following code. This also enables sitebanner and links it to the logo.
 <div id='logojpg'><a href='".$settings['siteurl']."'><img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."' style='border: 0;' /></a></div>
