Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

AddImageType

Summary: 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 recipe

How do I add a new image type extension to the list that PmWiki automagically recognises to display as images?

Description

To add a new image type extension, say .ico (icon), add the following line to the config.php file.

    $ImgExtPattern = "$ImgExtPattern|\\.ico|\\.ICO";

Notes

Release Notes

Comments

See Also

Contributors

  • PM
Edit - History - Print - Recent Changes - Search
Page last modified on April 01, 2007, at 03:58 PM