partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7eb99b031ecd2129fa072c64da44fc81da0cee89
parent 9cbe10882d85ab5eb4eea7b6bbd042e0882b4980
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 15 Mar 2015 14:15:34 +0100

Added new PartKeepr favicon

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/views/index.html.twig | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig b/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig @@ -18,7 +18,9 @@ <link rel="stylesheet" href="{{ asset_url }}"/> {% endstylesheets %} - <link rel="icon" href="favicon.ico"/> + {% image '@PartKeeprFrontendBundle/Resources/public/images/favicon.ico' %} + <link rel="icon" href="{{ asset_url }}"/> + {% endimage %} <script type="javascript"> var Ext = Ext || {};