> have a look at midgard_config - it fudges 2 snippets for nadmin.. -
>
>   var $problem_snippets =  array(
>      "new"=>"problem",
>      "edit_function"=>"problem"
>   );

I don't like this one. It works for the admin pages but not for the user.

> -- the real fix could be to check if a page contained <? and <[xxx]> if so
>     change the 'advanced' parser that does
>     preg_match "(<?|?>)"  into an array and then replace mgd_snippet in
> the php bits and <[xxx]> in the html bits.

I will try to implement that but it's not perfect . If <?|?> is part of a
string they should be ignored. That must be checked too.

Matthias


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to