Skip to content

Commit

Permalink
Fixing incorrect theme view doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
majna committed Oct 24, 2011
1 parent d6bf147 commit 42042c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/ThemeView.php
Expand Up @@ -26,7 +26,7 @@
* 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
*/
Expand Down

0 comments on commit 42042c2

Please sign in to comment.