...
> MARINEE SKIN DIV
>
> <div id="footer_container">
> <!--PageFooterFmt-->
>       <div id="footer">
>               <!--wiki:{$Group}.GroupFooter {$SiteGroup}.SiteFooter-->
>       </div>
>       <div class="extras">
>               <!--wiki:{$SiteGroup}.{$SkinName}-Versions-->
>       </div>
> <!--/PageFooterFmt-->
> </div>

I'm not completly sure about it, but try to remove the call for another 
{$Group}.GroupFooter in the skin template.

change the footer section from this:

<div id="footer">
        <!--wiki:{$Group}.GroupFooter {$SiteGroup}.SiteFooter-->
</div>

To this:

<div id="footer">
        <!--wiki: {$SiteGroup}.SiteFooter-->
</div>

And see how it goes.

CarlosAB

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to