What do you mean? This is per the book. the $view variable should be set to 'Theme' to indicate that I am using themes and the $theme should be set to the name of my theme (which is 'default' in this case) right?
On Tue, Apr 26, 2011 at 2:01 PM, cricket <[email protected]> wrote: > On Mon, Apr 25, 2011 at 12:12 PM, Doug <[email protected]> wrote: > > Hi. I set up a theme directory structure for themes within my cakephp > > > class ArticlesController extends AppController { > > var $view = 'Theme'; > > var $theme = 'default'; > > Looks like you got these mixed up. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- www.3dtoaster.com -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
