From b8053c9ddf3e393f76594e7dccc2f81f7116fd85 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 10 Sep 2009 21:10:20 -0700 Subject: Rename "after_installer" to "welcome_message" in the code to make it clearer what its purpose is. Add some spacing in the theme for it so that it's less cramped. --- modules/gallery/controllers/after_install.php | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100644 modules/gallery/controllers/after_install.php (limited to 'modules/gallery/controllers/after_install.php') diff --git a/modules/gallery/controllers/after_install.php b/modules/gallery/controllers/after_install.php deleted file mode 100644 index b640092f..00000000 --- a/modules/gallery/controllers/after_install.php +++ /dev/null @@ -1,30 +0,0 @@ -admin) { - url::redirect(item::root()->url()); - } - - $v = new View("after_install.html"); - $v->user = user::active(); - print $v; - } -} -- cgit v1.2.3