You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
823 B
30 lines
823 B
<div id="footer"> <!-- start of #footer section -->
|
|
<div id="bottom_corner"></div>
|
|
<div class="copyright">
|
|
{if $show_administrator_data == 'true'}
|
|
<div align="right">
|
|
{$administrator_name}
|
|
</div>
|
|
{/if}
|
|
<div align="right">
|
|
{"Platform"|get_lang} <a href="{$_p.web}" target="_blank">{$_s.software_name} {$_s.system_version}</a> © {$smarty.now|date_format:"%Y"}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer_emails">
|
|
{* Plugins for footer section *}
|
|
<div id="plugin-footer">
|
|
{$plugin_footer}
|
|
</div>
|
|
<div style="clear:both"></div>
|
|
</div>
|
|
</div> <!-- end of #footer -->
|
|
{$footer_extra_content}
|
|
{literal}
|
|
<script>
|
|
$(document).ready( function() {
|
|
$(".chzn-select").chosen();
|
|
});
|
|
</script>
|
|
{/literal}
|
|
{$execution_stats}
|
|
|