[solved] CakePHP and foundation (CSS & JS) integration help

Dear All,

I have read many resources of the foundation docs, and changed my header in the ctp view this way:

image

According to the foundation’s documentation, if the css and the js file are in their place (they are), this should work without any issue. But still, buttons are okay, dropdown stuff doesn’t work.

Since button styling is pure css, but dropdown needs js, too, I would think that loading of js file is the cause.

Thanks for the help!