Minimum version: Midgard 1.4 (Bifrost)
Check whether Midgard has sitegroups enabled.
Returns TRUE if Midgard has sitegroups enabled. Returns FALSE if Midgard does not have sitegroups enabled.
<?php
if(mgd_has_sitegroups) {
// do some sitegroup specific stuff.
} else {
// find a way to work without them.
}
?>
|