set debug to 1, and check if cake is looking in desired path with debug(Configure::getInstance());
On Apr 21, 9:53 am, Ernesto <[email protected]> wrote: > Having some troubles... > > i defined an additional view path > > $viewPaths = array(CAKE_CORE_INCLUDE_PATH .'\shared items\views'); > > then i created this directory > > \shared items\views\layouts > > i moved the "HeaderFooter.ctp" layout under this new directory > > but cake says "missing layout"... > > On 20 Apr, 20:38, majna <[email protected]> wrote: > > > add to config/bootstrap.php > > define('CSS_URL', 'my_css_directory/'); > > > for layouts, use theme view, > > or add additional VIEW paths in bootstrap.php > > > On Apr 20, 11:28 am, Ernesto <[email protected]> wrote: > > > > Hello. > > > > is there any way to add css and/or layouts custom paths to cake? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
