diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |