mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing incorrect theme view doc block.
This commit is contained in:
parent
d6bf1479c8
commit
42042c2a76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue