[pmwiki-users] Further Adventures With Doubled Footers!

carlos.ab at gmail.com carlos.ab at gmail.com
Thu Feb 21 23:35:09 CST 2008


...
> 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



More information about the pmwiki-users mailing list