<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
To Anno &amp; PM - thanks.<br>
Does this mean that if another extension type is added to the
distribution I'll have to change this line<br>
<br>
tia<br>
<br>
Simon<br>
<br>
Patrick R. Michaud wrote:
<blockquote cite="mid20060113133426.GA5313@host.pmichaud.com"
 type="cite">
  <pre wrap="">On Fri, Jan 13, 2006 at 08:34:48PM +1300, Simon wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'd like to add ".ico" to the image types PmWiki displays automagically.

I've searched the wiki, and
(admittedly with lesser effort) the email archive,
without success.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
In local/config.php:

    $ImgExtPattern = "\\.(?:gif|jpg|jpeg|png|ico|GIF|JPG|JPEG|PNG|ICO)";

Pm


  </pre>
</blockquote>
<br>
</body>
</html>