mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Merge pull request #274 from majna/2.0-theme-doc
Fixing incorrect theme view doc block.
This commit is contained in:
commit
85ae6846c4
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'`
|
* the default app view files will be used. You can set `$this->theme` and `$this->viewClass = 'Theme'`
|
||||||
* in your Controller to use the ThemeView.
|
* 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
|
* @package Cake.View
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue