diff --git a/sites/all/themes/omega/alpha/includes/base.inc b/sites/all/themes/omega/alpha/includes/base.inc index 96df7fb..52747bf 100644 --- a/sites/all/themes/omega/alpha/includes/base.inc +++ b/sites/all/themes/omega/alpha/includes/base.inc @@ -163,7 +163,7 @@ class alpha_theme_container { 'footer' => t('Footer'), ); } - + alpha_alter('alpha_sections', $this->sections, $this->theme); return $this->sections; }