theme().DS.'init.php')) { include(PATH_THEMES.$site->theme().DS.'init.php'); } // Theme HTML if (Sanitize::pathFile(PATH_THEMES.$site->theme().DS.'index.php')) { include(PATH_THEMES.$site->theme().DS.'index.php'); } else { $L->p('Please check your theme configuration in the admin panel. Check for an active theme.'); } // Plugins after site loaded execPluginsByHook('afterSiteLoad'); // Plugins after all execPluginsByHook('afterAll');