Hi, It is my mistake. It is 'layouts' here. I typed wrongly. view source gives the following path in css
/cakephp_r/theme/default/css/local.en.css Thanks On Mon, Jun 6, 2011 at 3:43 AM, Tilen Majerle <[email protected]>wrote: > you put layout in wrong folder...its 'layouts' not 'layout' :) > -- > Lep pozdrav, Tilen Majerle > http://majerle.eu > > > > 2011/6/5 prabha <[email protected]> > >> Any Help >> >> On Jun 2, 3:41 am, prabha <[email protected]> wrote: >> > Hi, >> > >> > Cakephp 1.3 >> > >> > <?php >> > class AppController extends Controller { >> > public $view = 'Theme'; >> > public $theme = 'default'; >> > >> > var $helpers = array('Html'); >> > } >> > ?> >> > >> > views/themed/default/layout/default.ctp >> > <head> >> > <?php echo $this->Html->css('style.general'); ?> >> > </head> >> > >> > views/themed/default/webroot/css/style.general.css >> > >> > The same way, javascript added in js folder. But I am getting no >> > styles in template >> > i didnt make any change in htaccess >> > >> > Working in localhost. So the folder name is cakephp_r >> >> -- >> 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 >> > > -- > 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 > -- -- Prabhavathi -- 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
