Witam, ściągłem sobie Twitter Bootstrap do mojej wersji Symfony 2.1.9 i mam teraz taką strukturę katalogów w folderze web:
web
bundles
css
bootstrap-responsive.css
bootstrap-responsive.min.css
bootstrap.css
bootstrap.min.css
img
glyphicons-halflings-white.png
glyphicons-halflings.png
js
bootstrap.js
bootstrap.min.js
jquery-ui-1.9.0.custom.min.js
natomiast w widoku test.html.twig mam tak:
{% extends "FOSUserBundle::layout.html.twig" %}
{% block fos_user_content %}
// kod
{% endblock fos_user_content %}
a w głównym szablonie strony layout.html.twig mam tak:
<!DOCTYPE html>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> {% block fos_user_content %}
{% endblock fos_user_content %}
Dlaczego bootstrap nie zadziałał ?