You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cms/templates/footer.html

14 lines
396 B
HTML

2 years ago
<!--
This is the footer
-->
<div>version {{system.version}}</div>
{%for _item in layout.footer %}
{% if _item.uri %}
<div align="center"><span class="active" style="padding-left:20px; padding-right:20px" onclick="jx.modal.show('{{_item.uri}}')">{{_item.text}}</span></div>
{%else%}
<div>{{_item.text}}</div>
{%endif %}
{%endfor%}