diff --git a/apps/welcome/WelcomeApplication.class.php b/apps/welcome/WelcomeApplication.class.php index 00a73e8..f1e7bb2 100644 --- a/apps/welcome/WelcomeApplication.class.php +++ b/apps/welcome/WelcomeApplication.class.php @@ -14,6 +14,8 @@ public function __construct() { $this->routingPrefix = '/'; + $this->assetUrl = 'recess/recess/apps/tools/public/'; + } } ?> \ No newline at end of file diff --git a/apps/welcome/controllers/WelcomeHomeController.class.php b/apps/welcome/controllers/WelcomeHomeController.class.php index d07ec5f..1aa35e8 100644 --- a/apps/welcome/controllers/WelcomeHomeController.class.php +++ b/apps/welcome/controllers/WelcomeHomeController.class.php @@ -12,12 +12,5 @@ class WelcomeHomeController extends Controller { function index() { $this->flash = 'Welcome to your new Recess app!'; } - - /** - * !Route GET, foo - */ - function foo() { - - } } ?> diff --git a/apps/welcome/views/common/footer.php b/apps/welcome/views/common/footer.php deleted file mode 100644 index 5e60d78..0000000 --- a/apps/welcome/views/common/footer.php +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/apps/welcome/views/home/index.php b/apps/welcome/views/home/index.php index 3826f6f..09564e1 100644 --- a/apps/welcome/views/home/index.php +++ b/apps/welcome/views/home/index.php @@ -1,6 +1,6 @@
@@ -16,6 +16,4 @@
-

For more information visit http://www.recessframework.org/

- - \ No newline at end of file +

For more information visit http://www.recessframework.org/

\ No newline at end of file diff --git a/apps/welcome/views/common/header.php b/apps/welcome/views/master.layout.php similarity index 71% rename from apps/welcome/views/common/header.php rename to apps/welcome/views/master.layout.php index 6cf6499..27c561d 100644 --- a/apps/welcome/views/common/header.php +++ b/apps/welcome/views/master.layout.php @@ -1,15 +1,16 @@ + - - + + - - <?php if(isset($title)) echo $title; else echo 'Recess!'; ?> -