embed themes

This commit is contained in:
Nicolas Lœuillet
2013-10-03 14:10:44 +02:00
parent 66e074b43d
commit 4cc3c2ac17
125 changed files with 1533 additions and 0 deletions

7
themes/default/_top.twig Normal file
View File

@ -0,0 +1,7 @@
<header class="w600p center mbm">
<h1>
{% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %}
{% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
{% endif %}
</h1>
</header>