Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
fix for #27
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Nov 23, 2011
1 parent a7e5e71 commit c0d397d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/layout.html.twig
@@ -1,6 +1,6 @@
<html>
<head>
<link href="{{ app.request.basePath }}/css/bootstrap-1.3.0.min.css" rel="stylesheet" type="text/css" />
<link href="{{ app.request.basePath }}/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="{{ app.request.basePath }}/css/style.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="{{ app.request.basePath }}/js/bootstrap/bootstrap-dropdown.js"></script>
Expand Down

0 comments on commit c0d397d

Please sign in to comment.