|
Cookbook /
AddImageTypeSummary: Add new image type extension
Version:
Prerequisites: This recipe was last tested on PmWiki version: 2.1beta20; this recipe requires at least PmWiki version: 2.0 and no other recipes.
Status:
Maintainer:
Categories: Images
Questions answered by this recipeHow do I add a new image type extension to the list that PmWiki automagically recognises to display as images? DescriptionTo add a new image type extension, say .ico (icon), add the following line to the
$ImgExtPattern = "$ImgExtPattern|\\.ico|\\.ICO";
NotesRelease NotesCommentsSee AlsoContributors
|