From 42042c2a762c27f5cdf6130276f3f9aee5af4481 Mon Sep 17 00:00:00 2001 From: Majna Date: Mon, 24 Oct 2011 16:32:19 +0200 Subject: [PATCH] Fixing incorrect theme view doc block. --- lib/Cake/View/ThemeView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/ThemeView.php b/lib/Cake/View/ThemeView.php index 0240f841f..2a499aee2 100644 --- a/lib/Cake/View/ThemeView.php +++ b/lib/Cake/View/ThemeView.php @@ -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 */