On Tuesday 24 August 2010 05:09:21, [email protected] wrote : > I would like to make a separate skin for when editing wikipages on my site, > without any distracting elements such as sidebars, banners, headlines etc. > Is it possible to configure it so that it will only be displayed when > "?action=edit" (including when previewing editions)?
Hello. You can set in config.php something like: if ($action == 'edit') $Skin = 'myskin'; Thanks, Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
