Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 52
5 members and 47 guests
cliaqr5cksaw8w9, howtg9tohel3xjd, httfzop://www.d, lifkoz4einsuran, partsossa
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > General > Site design

Reply
 
LinkBack Thread Tools Display Modes
Old
  (#21 (permalink))
Junior Member
 
Status: Offline
Posts: 11
Join Date: Apr 2003
04-23-2003, 11:25 AM

i did this on a unreleased theme to get the banner in the header

Code:
//open header
    $tmpl_file = "themes/Under_Construction/headeropen.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
//put banners in header if enabled
    if ($banners == 1) {
	include("banners.php");
    }
//close header
    $tmpl_file = "themes/Under_Construction/headerclose.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
then i just split header.html into headeropen.html and headerclose.html and deleted header.html
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Top/Header Logo Image Size? Parodius420 Nuke 7.x - General 1 01-27-2006 08:51 PM
DAJ_Glass-adding a secondary image to right side of header Rose38478 Theme packs 0 07-24-2005 09:23 AM
Multiple centerblocks, side-by-side horizontal - possible? dentist Nuke 7.x - Blocks 0 03-31-2005 02:18 AM
How to display blocks side by side?? where can i get it?? SlashDot Nuke 7.x - Blocks 0 12-04-2004 11:59 AM
got the flash logo, now want one on right side doggone3 Site design 2 09-20-2004 05:03 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31