CakePHP2 Croogo 1.4 でtheme以下にアクセスする方法

以下のグループの完全たるメモ。

Themes webroot - Croogo | Google グループ http://groups.google.com/group/croogo/browse_frm/thread/5e5e2bc88da11b11

You have to use the helper $this->Html->webroot(); to access your theme 
assets. 
Example: 
To access a js file located in app/views/themed/my_theme/webroot/js/foo.js 
echo ''; 
For better performance i suggest you to put your theme assets in this 
directory: 
app/webroot/theme/my_theme/. webroot() method will find it automatically!