alltube/templates/inc/logo.tpl
Pierre Rudloff ac8c53375a Easier to maintain template structure
This the head and footer don't have to be included everytime and the hierarchy is easier to read
2022-02-03 21:41:07 +01:00

8 lines
273 B
Smarty

<h1 class="logobis">
<a class="logocompatible" href="{base_url}">
<span class="logocompatiblemask">
<img src="{base_url}/img/logocompatiblemask.png" width="447" height="107"
alt="{$config->appName}"/>
</span>
</a>
</h1>