[WebProfilerBundle] added a favicon.ico

This commit is contained in:
Fabien Potencier 2010-09-01 18:42:50 +02:00
parent 7e2f135245
commit c8935cc25a
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -6,6 +6,7 @@
<?php echo $view->get('stylesheets') ?>
<?php echo $view->get('javascripts') ?>
<link href="<?php echo $view->get('assets')->getUrl('bundles/webprofiler/css/profiler.css') ?>" rel="stylesheet" type="text/css" media="screen" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo $view->get('assets')->getUrl('bundles/webprofiler/favicon.ico', true) ?>" />
</head>
<body>
<?php $view->get('slots')->output('_content') ?>