Try putting this setting in site.config:

simpleMain: ,,print,view,cache,galleryedit,

And any other actions you want to show normal headers on.

In the next release I'll change line 1055 in engine.php to this:

                if (strpos(',,' . BOLTconfig('BOLTsimpleMain', 
'print,view,cache') .
',', ",$_GET[action],") === false) return;

So you don't need to worry about the beginning and trailing commas.

Cheers,
Dan


On Sun, Oct 18, 2009 at 11:36 PM, jacmgr <[email protected]> wrote:
>
> Site has pages:
> footer
> properties.footer
> properties.id.footer
>
> When I show p=properties.id.bh101  the correct properties.id.footer is
> shown
>
> When I show p=properties.id.bh101&action=galleryedit, it reverts back
> to showing the site footer "footer" instead of properties.id.footer
>
> Any suggestions?  I need footer even if showing actions, but don't
> know how to get it.
>
> Thankx
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to