SSOwat/portal/footer.ms

19 lines
674 B
Text
Raw Normal View History

2014-06-01 14:23:29 +02:00
{{#connected}}
<div class="ynh-wrapper footer"><nav>
2016-05-25 10:44:15 +02:00
<a class="link-profile-edit" href="edit.html">{{t_footerlink_edit}}</a>
2014-06-01 14:23:29 +02:00
<a class="link-documentation" href="//yunohost.org/docs" target="_blank">{{t_footerlink_documentation}}</a>
<a class="link-documentation" href="//yunohost.org/help" target="_blank">{{t_footerlink_support}}</a>
<a class="link-admin" href="/yunohost/admin/" target="_blank">{{t_footerlink_administration}}</a>
2014-06-01 14:23:29 +02:00
</nav></div>
{{/connected}}
</div>
2014-11-13 17:15:50 +01:00
<!-- Scripts -->
<script src="assets/js/ynh_portal.js"></script>
{{#theme}}
<script src="assets/themes/{{theme}}/custom_portal.js"></script>
{{/theme}}
2013-10-20 23:05:06 +02:00
</body>
</html>