Support Spidean

Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.

Spidean Forums

Board Index > Support > Small Header Option


 < Last Thread   Next Thread >New Topic  Post Reply
Author: Subject: Small Header Option

Junior Member





Posts: 33
Registered: 10/8/2002
Status: Offline

  posted on 1/3/2003 at 02:30 AM
Is it possible to change the theme when using PostWrap? Actually, I only want to change the header to use a much smaller graphic at the top of the page. This leaves much more room for content and enables someone to quickly return to the main site.

Example: Look http://www.time.com

Netscapes has only a small graphic at the top. However, I only want this small graphic / menu system when using PostWrap.

Any Suggestions?

 
Reply With Quote

Administrator




Posts: 4608
Registered: 10/7/2002
Status: Offline

  posted on 1/3/2003 at 04:40 PM
If using AutoTheme, then you can build a new template to be used only for the PostWrap module. To hack an existing theme, wherever your header images are you could do this:


<?

if (pnModGetName() = 'PostWrap') {

     echo 
"some stuff to render the small image h eader";

     ...

} else {

     echo 
"some stuff to render the normal header";

     ...

}

?>



HTH
-Shawn

 
Reply With Quote
New Topic    Post Reply


Main Menu

Get AutoTheme

Featured Item

Poll

How do you like the new look?

[ Results | Polls ]

Votes: 180

Powered by the AutoTheme HTML Theme System
Page created in 0.091912 Seconds