|
@@ -3,10 +3,11 @@
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
<title>{% block title 'Profiler' %}</title>
|
|
|
- <link href="{{ asset('bundles/webprofiler/css/toolbar.css') }}" rel="stylesheet" type="text/css" media="screen" />
|
|
|
- <link href="{{ asset('bundles/webprofiler/css/profiler.css') }}" rel="stylesheet" type="text/css" media="screen" />
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('bundles/webprofiler/favicon.ico') }}" />
|
|
|
- {% block head '' %}
|
|
|
+ {% block head %}
|
|
|
+ <link href="{{ asset('bundles/webprofiler/css/toolbar.css') }}" rel="stylesheet" type="text/css" media="screen" />
|
|
|
+ <link href="{{ asset('bundles/webprofiler/css/profiler.css') }}" rel="stylesheet" type="text/css" media="screen" />
|
|
|
+ {% endblock %}
|
|
|
</head>
|
|
|
<body>
|
|
|
{% block body '' %}
|