2.0 upgrade test first
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
19
templates/Maketank/footer.tpl
Normal file
19
templates/Maketank/footer.tpl
Normal file
@@ -0,0 +1,19 @@
|
||||
<if isset($userinfo['loginname'])>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</if>
|
||||
<footer>
|
||||
<span><img src="templates/{$theme}/assets/img/logo_grey.png" alt="Froxlor" />
|
||||
<if (\Froxlor\Settings::Get('admin.show_version_login') == '1' && $filename == 'index.php') || ($filename != 'index.php' && \Froxlor\Settings::Get('admin.show_version_footer') == '1')>
|
||||
{$version}{$branding}
|
||||
</if>
|
||||
© 2009-{$current_year} by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a><br />
|
||||
</span>
|
||||
<if $lng['translator'] != ''>
|
||||
<br /><span>{$lng['panel']['translator']}: {$lng['translator']}
|
||||
</if>
|
||||
</footer>
|
||||
<a href="#" class="scrollup">Scroll</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user