I've found if I explicitly include the debug_toolbar CSS to views/
layouts/default.ctp, and make a symlink from webroot/css/
debug_toolbar.css to
../../plugins/debug_kit/vendors/css/debug_toolbar.css, the toolbar is
rendered as a toolbar at the top of the page. i.e.
<html>
<head>
<title>My App</title>
<?=$html->css('cake.generic');?>
<?=$html->css('debug_toolbar');?>
</head>
...
Are those two steps as expected?
Now on to getting FireCake working :-)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---