mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-3164 add favicon
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
<link type="text/css" rel="stylesheet" href="/assets/lightbox/css/lightbox{% if not app.debug %}.min{% endif %}.css" media="screen"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block icon %}
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/assets/lightbox/images/favicon.ico">
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="main_index" style="margin-top:50px;">
|
||||
<table id="main_wrapper" cellspacing="0" cellpadding="0">
|
||||
|
@@ -1,5 +1,8 @@
|
||||
{% extends "common/index_bootstrap.html.twig" %}
|
||||
|
||||
{% block icon %}
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/assets/lightbox/images/favicon.ico">
|
||||
{% endblock %}
|
||||
{% block extra_content %}
|
||||
<div id="DIALOG"></div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user