have a default app icon
[phorkie.git] / data / templates / base.htm
index 330cec6aa7a8dc3eea92ead2345b06dbc397e9f6..8f09ffb34fef143a1a82e5e55d14a81ecd26deb3 100644 (file)
@@ -11,7 +11,9 @@
   <link rel="stylesheet" href="{{css}}"/>
   {% endif %}
   {% if iconpng %}
-  <link rel="shortcut icon" href="{{iconpng}}" type="image/png"/>
+  <link rel="icon" href="{{iconpng}}" type="image/png"/>
+  {% else %}
+  <link rel="icon" href="favicon.ico"/>
   {% endif %}
   <title>{% block title %}{% endblock %} - {{title}}</title>
   <script src="js/jquery.js"></script>