Fixing incorrect theme view doc block.

This commit is contained in:
Majna 2011-10-24 16:32:19 +02:00
parent d6bf1479c8
commit 42042c2a76

View file

@ -26,7 +26,7 @@ App::uses('View', 'View');
* the default app view files will be used. You can set `$this->theme` and `$this->viewClass = 'Theme'`
* in your Controller to use the ThemeView.
*
* Example of theme path with `$this->theme = 'super_hot';` Would be `app/View/Themed/SuperHot/Posts`
* Example of theme path with `$this->theme = 'SuperHot';` Would be `app/View/Themed/SuperHot/Posts`
*
* @package Cake.View
*/