Browse Source

[WebProfilerBundle] added a favicon.ico

Fabien Potencier 14 years ago
parent
commit
c8935cc25a

BIN
src/Symfony/Bundle/WebProfilerBundle/Resources/public/favicon.ico


+ 1 - 0
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.php

@@ -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') ?>