Files
Phraseanet/templates/web/admin/common/iframe_wrap.html.twig
Romain Neutron ec11550eab Update templates
2012-10-04 15:42:53 +02:00

13 lines
461 B
Twig

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="{{ app['locale.I18n'] }}">
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title> </title>
<link type="text/css" rel="stylesheet" href="/skins/common/main.css">
{% block stylesheet %}{% endblock %}
{% block javascript %}{% endblock %}
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>