Update favicon

This commit is contained in:
Paweł Jędrzejewski 2013-07-29 16:42:32 +02:00
parent 86895dbc0e
commit d471952fb4
4 changed files with 1 additions and 6 deletions

View file

@ -257,11 +257,6 @@ class FrontendMenuBuilder extends MenuBuilder
'linkAttributes' => array('title' => $this->translate('sylius.frontend.menu.social.facebook')),
'labelAttributes' => array('icon' => 'icon-facebook-sign icon-large', 'iconOnly' => true)
));
$menu->addChild('linkedin', array(
'uri' => 'http://www.linkedin.com/groups/Sylius-Community-4903257',
'linkAttributes' => array('title' => $this->translate('sylius.frontend.menu.social.linkedin')),
'labelAttributes' => array('icon' => 'icon-linkedin-sign icon-large', 'iconOnly' => true)
));
return $menu;
}

View file

@ -39,7 +39,7 @@
<div class="currency-menu masthead pull-right">
{{ knp_menu_render('sylius.frontend.currency', {'template': 'SyliusWebBundle:Frontend:menu.html.twig'}) }}
</div>
<h1 class="logo"><a href="{{ path('sylius_homepage') }}" title="{{ 'sylius.logo'|trans }}"><img src="{{ asset('assets/img/logo.png') }}" alt="{{ 'sylius.logo'|trans }}"><span>{{ 'sylius.logo'|trans }}</span></a></h1>
<h1 class="logo"><a href="{{ path('sylius_homepage') }}" title="{{ 'sylius.logo'|trans }}"><span>{{ 'sylius.logo'|trans }}</span></a></h1>
{% endblock %}
{% block flashes %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 31 KiB