comparison default/base/base.html @ 94:304cbb690f15

base: added favicon
author Goffi <goffi@goffi.org>
date Fri, 19 Jan 2018 18:15:37 +0100
parents b2ef34e602cf
children ff7bd09911f7
comparison
equal deleted inserted replaced
93:650f3456f80d 94:304cbb690f15
40 {% endif %} 40 {% endif %}
41 {{ script.generate_scripts() }} 41 {{ script.generate_scripts() }}
42 {% if websocket is defined %} 42 {% if websocket is defined %}
43 <script>var socket=new WSHandler("{{websocket.url}}", "{{websocket.token}}", {{websocket.debug}});</script> 43 <script>var socket=new WSHandler("{{websocket.url}}", "{{websocket.token}}", {{websocket.debug}});</script>
44 {% endif %} 44 {% endif %}
45
46 {% block favicon %}
47 <link rel="icon" href="{{media_path}}icons/apps/64/sat.png">
48 {% endblock favicon %}
45 </head> 49 </head>
46 <body> 50 <body>
47 {% if main_menu is defined %} 51 {% if main_menu is defined %}
48 {% block main_menu %} 52 {% block main_menu %}
49 {{ component.menu(main_menu, class="main_menu") }} 53 {{ component.menu(main_menu, class="main_menu") }}