From 554f14c10c7be1022c3810215f411ba206a91519 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2011 13:48:36 -0500 Subject: [PATCH] Cleaning up configuration comments. --- application/config/view.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/application/config/view.php b/application/config/view.php index a13d513d..e4059217 100644 --- a/application/config/view.php +++ b/application/config/view.php @@ -7,18 +7,15 @@ return array( | Named Views |-------------------------------------------------------------------------- | - | Here you can define all of the named views for your application. + | All of the named views for your application. Once you have defined the + | named view, you can create a View instance for that view using the + | View::of dynamic method. | - | Once you have defined the named view, you can create a View instance for - | that view using the View::of dynamic method. - | - | For example, if you define a named view named "layout", you could create - | an instance of that View by calling: View::of_layout(). + | For example, if you define a "layout" named view, you could create an + | instance of that View by calling: View::of_layout(). | | For more info, check out: http://laravel.com/docs/start/views#named | - | Note: The view path should be relative to the application/view directory. - | */ 'names' => array(