[pmwiki-users] Skin setting in local/Group.PageName.php

kirpi at kirpi.it kirpi at kirpi.it
Wed Jan 24 09:36:37 CST 2007


After setting a local/Group.php with

<?php
    $Skin = 'skinalfa';

I also created a local/Group.PageName.php file with

<?php
    $Skin = 'skinbeta';

Both files have the right permissions; both skins exist.

Nevertheless skinbeta does not show, as if the setting have no effect.

But when I comment local/Group.php out

<?php
    #$Skin = 'skinalfa';

thus letting all pages in Group load the standard wiki skin,
then Group.PageName loads it's own skinbeta.

I'm puzzled.
Where am I wrong in setting things?

Luigi




More information about the pmwiki-users mailing list