Skip to content

Commit

Permalink
Additional documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 25, 2009
1 parent 1a51d58 commit 56d2423
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cake/libs/view/theme.php
Expand Up @@ -22,6 +22,13 @@
/**
* Theme view class
*
* Allows the creation of multiple themes to be used in an app. Theme views are regular view files
* that can provide unique HTML and static assets. If theme views are not found for the current view
* the default app view files will be used. You can set `$this->theme` and `$this->view = 'Theme'`
* in your Controller to use the ThemeView.
*
* Example of theme path with `$this->theme = 'super_hot';` Would be `app/views/themed/super_hot/posts`
*
* @package cake
* @subpackage cake.cake.libs.view
*/
Expand Down

0 comments on commit 56d2423

Please sign in to comment.