hi list

could please someone giving me a hand in changing this php snipset?
I should change the array on line 3 so that i could use wild cards for 
the listitems. In fact the page name in my installation are 
SkinSection-* instead of GroupHeader,GroupFooter, ...

tanks in advance
nos

$group = FmtPageName('$Group',$pagename);
if ((PageExists("$group.EditForm") and 
(!in_array(FmtPageName('$Name',$pagename),
    array($group,'GroupHeader','GroupFooter','EditForm')))))
    $PageEditForm = "$group.EditForm";
## Don't include EditForm pages in lists of "normal" pages
$SearchPatterns['normal'][] = '!\.EditForm!';

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

Reply via email to