Thanks, that works perfectly. I can also remove the footer altogether from my custom skin I think.<div><br></div><div>-- Jo<br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 3:54 PM, Patrick R. Michaud <span dir="ltr">&lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, Mar 03, 2009 at 08:01:31AM +0100, Petko Yotov wrote:<br>
&gt; On Tuesday 03 March 2009 07:28:36 Jo Vermeulen wrote:<br>
&gt; &gt; figured out how to allow only admins to edit pages, but I&#39;m not sure how I<br>
&gt; &gt; can easily hide edit/view/history etc. actions. Is there any PHP variable<br>
&gt; &gt; that I can use in my template (I&#39;m creating a custom skin) to hide the<br>
&gt; &gt; actions bar at the bottom of the page?<br>
&gt;<br>
&gt; Hi. The actions at the bottom of the default skin cannot be hidden,<br>
&gt; but can be removed.<br>
<br>
</div>The actions at the bottom of the default skin can be hidden with:<br>
<br>
    $HTMLStylesFmt[&#39;hidebottom&#39;] = &#39; .footnav { display:none; } &#39;;<br>
<br>
Or, create the file pub/css/local.css and add the line<br>
<br>
    .footnav { display:none; }<br>
<font color="#888888"><br>
Pm<br>
<br>
</font></blockquote></div><br></div>