sito-hackit-18/themes/hackit0x15/templates/includes/banner.html
2018-06-04 18:43:02 +02:00

16 lines
No EOL
439 B
HTML

<div class="banner">
<header id="header">
<ul class="header-ul-menu">
<li class="header-menu"><a class="brand-title" href="index.html">{{ SITENAME }}</a></li>
<li style="float:right;padding-right:5px;" class="header-menu">
lingue - en
</li>
</ul>
</header>
{% if SITELOGO %}
<img src="{{ SITEURL }}/{{THEME_STATIC_DIR}}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
</div>