try this (untested):

$MarkupExpr['WGImagePage'] = 'ExtractWikiGalleryImagePage($pagename,$args[0])';

function ExtractWikiGalleryImagePage($pn, $gallerypicture) {
   return preg_replace("/(.*?\\/?.*)(\\/.*)/", "$1", $gallerypicture);
}

  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to