<br><div><span class="gmail_quote">On 2/10/06, <b class="gmail_sendername">Brian Connolly</b> &lt;<a href="mailto:bconnolly@furthermore.com">bconnolly@furthermore.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
No page at the link you sent.&nbsp;&nbsp;However, I Googled it and got a rough idea.</blockquote><div><br>Pm left off the trailing 's' in the link. It should be <a href="http://www.pmwiki.org/wiki/PmWiki/PerGroupCustomizations">http://www.pmwiki.org/wiki/PmWiki/PerGroupCustomizations
</a><br>
<br>
I added a redirect page at the page Pm listed, but I wasn't quick enough :-)<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
So... if I wanted the change the skin on the page Main/KeyIssues,<br><br>Put a file in /local called KeyIssues.php.&nbsp;&nbsp;And in it have say...<br><br>&nbsp;&nbsp; &lt;?php<br>$Skin = 'red1';<br>&nbsp;&nbsp;&nbsp;&nbsp;?&gt;<br><br>And modify the skin accordingly.
<br><br>Yes?<br></blockquote></div><br>You got it mostly. To override a specific page, it need to be fully qualified, so you'll need a file called Main.KeyIssues.php. Also, it is usually recommended to leave off the closing &quot;?&gt;&quot; in the PHP.
<br><br>Hope that helps.<br><br>Regards,<br>Kurt<br>