54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
|
|
<footer class="np-footer">
|
|
<div class="np-footer-top">
|
|
{% if website_footer.show_navigation_links? %}
|
|
<div class="np-footer-navigation">
|
|
<ul class="np-footer-navigation-list">
|
|
<div class="footer-heading lora">Resources</div>
|
|
<li class="np-footer-navigation-item">
|
|
<a
|
|
class="np-footer-navigation-link"
|
|
href="https://connect.cin7.com/"
|
|
target="_blank"
|
|
>
|
|
Omni Knowledge Base
|
|
</a>
|
|
</li>
|
|
<li class="np-footer-navigation-item">
|
|
<a
|
|
class="np-footer-navigation-link"
|
|
href="https://support.dearsystems.com/"
|
|
target="_blank"
|
|
>
|
|
Core Knowledge Base
|
|
</a>
|
|
</li>
|
|
<li class="np-footer-navigation-item">
|
|
<a
|
|
class="np-footer-navigation-link"
|
|
href="https://www.cin7.com/product-updates/"
|
|
target="_blank"
|
|
>
|
|
Release Notes
|
|
</a>
|
|
</li>
|
|
{% if website_footer.show_customer_service_email? and
|
|
website_footer.school_customer_service_email
|
|
%}
|
|
<li class="np-footer-navigation-item">
|
|
<a
|
|
class="np-footer-navigation-link"
|
|
href="mailto:academy-admin@cin7.com"
|
|
target="_blank"
|
|
>
|
|
Contact: {{ website_footer.school_customer_service_email }}
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
</ul>
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
|
|
</footer>
|