[Pmwiki-users] skin switching problem

Patrick R. Michaud pmichaud
Tue Jan 18 13:32:00 CST 2005


On Tue, Jan 18, 2005 at 02:57:52PM -0500, Bronwyn Boltwood wrote:
>   ## Set up skinswitcher
>   $PageSkinList = array(
>     'pmwiki' => 'pmwiki.tmpl',
>     'bronwyn' => 'bronwyn.tmpl',
>     'lean' => 'lean.tmpl'
>     'marathon' => 'marathon.tmpl'
>     'gila' => 'beeblebrox-gila2.tmpl'
>     'dropdown' => 'dropdown.tmpl');
>   @include_once('local/skinchange.php');

You're missing commas after the 'lean', 'marathon', and 'gila' entries
in the above array, and for whatever reason your PHP script isn't
reporting the syntax error and abort (perhaps error_reporting is 
turned way down).

Pm



More information about the pmwiki-users mailing list