summaryrefslogtreecommitdiff
path: root/core/helpers/core_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/core_theme.php')
-rw-r--r--core/helpers/core_theme.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/helpers/core_theme.php b/core/helpers/core_theme.php
index db40f368..eed64ded 100644
--- a/core/helpers/core_theme.php
+++ b/core/helpers/core_theme.php
@@ -88,6 +88,10 @@ class core_theme_Core {
if (Session::instance()->get("l10n_mode", false)) {
return L10n_Client_Controller::l10n_form();
}
+
+ if (Input::instance()->get("after_install")) {
+ return new View("after_install_loader.html");
+ }
}
static function admin_page_bottom($theme) {