Skip to content

Commit

Permalink
[WebProfilerBundle] added a favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 1, 2010
1 parent 7e2f135 commit c8935cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file not shown.
Expand Up @@ -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') ?>
Expand Down

0 comments on commit c8935cc

Please sign in to comment.