Files
Froxlor/templates/Sparkle/footer.tpl
2013-10-01 15:21:35 +02:00

15 lines
480 B
Smarty

</div>
<footer>
<span>Froxlor
<if ($settings['admin']['show_version_login'] == '1' && $filename == 'index.php') || ($filename != 'index.php' && $settings['admin']['show_version_footer'] == '1')>
{$version}{$branding}
</if>
&copy; 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>
</body>
</html>