Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 3 of 3
// INCLUDE EXTENSION
if ($Configuration['PEOPLE_USE_EXTENSIONS']) {
include($Configuration['APPLICATION_PATH'].'conf/extensions.php');
// Make sure to get all delegates from the extensions into objects which were
// constructed before the extensions were loaded.
$Head->GetDelegatesFromContext();
$Banner->GetDelegatesFromContext();
$Foot->GetDelegatesFromContext();
$PageEnd->GetDelegatesFromContext();
}
?>1 to 3 of 3