Peter K.H. Gragert writes:
Markup('galleria', 'inline', "/\\(:galleria\\s*(.*?):\\)/se", "Keep($galleria_fn(PSS('$1')))");

This can probably be fixed this way (untested):

 Markup_e('galleria', 'inline', "/\\(:galleria\\s*(.*?):\\)/s",
   "Keep($GLOBALS['galleria_fn']($m[1]))");

Is there a recepy to solve this ( /ei ) generally

I have written a tutorial at this page: www.pmwiki.org/CustomMarkup#php55 .

Petko


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

Reply via email to