[oops -- sorry about the other email]

On 3/16/07, the Other michael <[EMAIL PROTECTED]> wrote:
> In general, is it possible to specify in config.php that recipes
> should be disabled/enabled for particular groups?


Sure, try:

if (FmtPageName('$Group', $pagename) == "Store") {
    include_once("$FarmD/cookbook/zapcart.php");
    }

Normally though the include line would simply be put in Store.php

Cheers,
Dan

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to