Add support for png shortcut icons
[phorkie.git] / data / templates / base.htm
index 8074938fa52d5552167b3a41b9bb3c5f54f14169..1dcf0fce760f1f6929d80b1867fdbb2e7ac913cb 100644 (file)
@@ -10,6 +10,9 @@
   {% if css %}
   <link rel="stylesheet" href="{{css}}"/>
   {% endif %}
+  {% if iconpng %}
+  <link rel="shortcut icon" href="{{iconpng}}" type="image/png"/>
+  {% endif %}
   <title>{% block title %}{% endblock %} - {{title}}</title>
   <script src="js/jquery.js"></script>
   <script src="js/bootstrap.min.js"></script>