mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
22 lines
716 B
Twig
22 lines
716 B
Twig
{% extends "common/index.twig" %}
|
|
|
|
{% block stylesheet %}
|
|
<link type="text/css" rel="stylesheet"
|
|
href="/include/minify/f=include/jslibs/yui2.8/build/reset/reset.css,skins/lightbox/lightbox.css" media="screen"/>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="main_index">
|
|
<h2 style="font-weight:bold;font-size:20px;margin:40px 0;">{% trans 'Erreur !' %}</h2>
|
|
<p>{% trans 'Le panier demande nexiste plus' %}</p>
|
|
<p>{{error}}</p>
|
|
<p><a style="color:black;" target="_self" href="/lightbox/">{% trans 'Retour a laccueil' %}</a></p>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block icon %}
|
|
<link rel="shortcut icon" type="image/x-icon" href="/skins/lightbox/favicon.ico">
|
|
{% endblock %}
|
|
|
|
|