Provided a different shortcut icon for the datatracker when run in development or test mode. Fixes issue #1667.

- Legacy-Id: 9504
This commit is contained in:
Henrik Levkowetz 2015-04-15 14:43:15 +00:00
parent 3e2b92cb8e
commit 66b46ef636
2 changed files with 4 additions and 0 deletions

View file

@ -23,7 +23,11 @@
{% block pagehead %}{% endblock %} {% block pagehead %}{% endblock %}
{% if server_mode and server_mode == "production" %}
<link rel="shortcut icon" href="/images/ietf-icon-blue3.png"> <link rel="shortcut icon" href="/images/ietf-icon-blue3.png">
{% else %}
<link rel="shortcut icon" href="/images/ietf-icon-red3.png">
{% endif %}
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
</head> </head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B