! -> Note
$ -> Affected files
+29-Dec-2010 Janusz Dobrowolski
+! Hook files inclusion moved to session.inc
+$ /includes/hooks.inc
+ /includes/session.inc
+
27-Dec-2010 Joe Hunt
! Prepared for category icons in applications/application.php for themes
To activate, set $show_menu_category_icons = 1, in config.php
return true;
}
}
-//
-// include all extensions hook files.
-//
-foreach ($installed_extensions as $ext)
-{
- if (file_exists($path_to_root.'/'.$ext['path'].'/hooks.php'))
- include_once($path_to_root.'/'.$ext['path'].'/hooks.php');
-}
/*
Installs hooks provided by extension modules
include_once($path_to_root . "/includes/prefs/sysprefs.inc");
include_once($path_to_root . "/includes/hooks.inc");
+//
+// include all extensions hook files.
+//
+foreach ($installed_extensions as $ext)
+{
+ if (file_exists($path_to_root.'/'.$ext['path'].'/hooks.php'))
+ include_once($path_to_root.'/'.$ext['path'].'/hooks.php');
+}
+
/*
Uncomment the setting below when using FA on shared hosting