aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 64ec809e..9785c419 100644
--- a/index.php
+++ b/index.php
@@ -1123,9 +1123,9 @@ function renderPage()
1123 // Call plugin hooks for header, footer and includes, specifying which page will be rendered. 1123 // Call plugin hooks for header, footer and includes, specifying which page will be rendered.
1124 // Then assign generated data to RainTPL. 1124 // Then assign generated data to RainTPL.
1125 $common_hooks = array( 1125 $common_hooks = array(
1126 'includes',
1126 'header', 1127 'header',
1127 'footer', 1128 'footer',
1128 'includes',
1129 ); 1129 );
1130 $pluginManager = PluginManager::getInstance(); 1130 $pluginManager = PluginManager::getInstance();
1131 foreach($common_hooks as $name) { 1131 foreach($common_hooks as $name) {