Hi folks,
I am building a clickdummy using Twitter’s Bootstrap framework.
In the example on http://wichtel.moloma.de/standorte I use
<link href="{path='embed/css_bootstrap'}" rel="stylesheet">for linking to the bootstrap stylesheet. Bootstrap is stored as a CSS template in a separate template group called “embed”.
Does not work.
The layout is not rendered properly although certain styles from the CSS seem to work just fine (font styles, colours, etc.).
Linking to the stylesheet directly (identical bootstrap CSS file stored in a separate folder) via
<link href="{site_url}css/bootstrap.min.css" rel="stylesheet">works fine as you can see on http://wichtel.moloma.de
The rest of the HTML is 100% identical on each page.
I can live with the second method. Nevertheless, what is wrong with the {stylesheet} and/or {path} method? Any mistake I just don’t see?
Thank you!
Olli