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.
|
chemaster
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? |
| |
| |
shawn
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 |
| |
|
|
|
|