[IMP] Logo

bzr revid: fp@openerp.com-20140119122959-etp99cwiuuagws30
This commit is contained in:
Fabien Pinckaers 2014-01-19 13:29:59 +01:00
parent 5c5334ea4c
commit d554f09ca7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -197,7 +197,7 @@
<template id="layout_logo_show" inherit_option_id="website.layout" name="Show Logo">
<xpath expr="//header//a[@class='navbar-brand']" position="replace">
<a class="navbar-brand" href="/">
<a href="/" id="company_logo">
<img src="/website/static/src/img/odoo_logo.png"/>
</a>
</xpath>