]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/page.footer.html
Switch from FontAwesome v4.x to ForkAwesome
[github/shaarli/Shaarli.git] / tpl / default / page.footer.html
index 659e8c7fdfcb5b58122694a090bfc81c7c975f0d..ce858e8c0b63d708287c6f65ca4a612961df4a98 100644 (file)
@@ -2,9 +2,10 @@
 
 <div class="pure-g">
   <div class="pure-u-2-24"></div>
-  <div id="footer" class="pure-u-20-24">
+  <footer id="footer" class="pure-u-20-24 footer-container" role="contentinfo">
+    <i class="fa fa-shaarli" aria-hidden="true"></i>
     <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
-    {if="isLoggedIn()===true"}
+    {if="$is_logged_in===true"}
       {$version}
     {/if}
     &middot;
@@ -13,7 +14,7 @@
       {loop="$plugins_footer.text"}
           {$value}
       {/loop}
-  </div>
+  </footer>
   <div class="pure-u-2-24"></div>
 </div>
 
@@ -38,6 +39,4 @@
   </span>
 </div>
 
-<script src="js/shaarli.js?v={$version_hash}"></script>
-<script src="inc/awesomplete.js?v={$version_hash}#"></script>
-<script src="inc/awesomplete-multiple-tags.js?v={$version_hash}#"></script>
+<script src="js/shaarli.min.js?v={$version_hash}"></script>