| SkinList Summary: List skins installed on a site Version: 20171115 Prerequisites: PmWiki 2.2.56, SkinChange Status: Stable Maintainer: Petko License: Unknown Discussion: SkinList-Talk QuestionHow can I get a list of skins installed on a site? AnswerThe skinlist.phpΔ recipe provides a simple  In your  include_once('cookbook/skinlist.php');UsageThis recipe adds a  ConfigurationThe  $PageSkinList['goodskin'] = 1; # add a skin the recipe doesn't seem to find $PageSkinList['baadskin'] = -2; # do not list this skin even if available Unlisting skins is possible since version 20171115. NotesThis recipe requires SkinChange if installed on PmWiki version 2.2.126 or earlier. Release notes
 See AlsoContributors
 CommentsSee SkinList-Talk User notes : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |