]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - footer.php
Overview: Make top margin of bottom row smaller
[irc/unrealircd/unrealircd-webpanel.git] / footer.php
index 3a0ccd9c6dddfa9aa73b4d19b496fa53f2ba9708..b3b1f3775d3a537b08e1135bda9c64a79127ec4d 100644 (file)
@@ -1,9 +1,12 @@
-<footer class="text-center bg-dark text-white fixed-bottom" style="background-color: #f1f1f1;">
+<footer class="text-center bg-dark text-white fixed-bottom"  style="background-color: #f1f1f1;">
   <!-- Grid container -->
   <div class="container">
     <!-- Section: Social media -->
+    
+    <?php $arr = []; Hook::run(HOOKTYPE_PRE_FOOTER, $arr); ?>
+
     <section class="mt-1">
-    © 1999-<?php echo date('Y'); ?> UnrealIRCd 
+    © 1999-<?php echo date('Y'); ?> UnrealIRCd
 
       <!-- Twitter -->
       <a
       <a
         href="https://unrealircd.org"
         role="button"
-        data-mdb-ripple-color="dark"
-        ><img  class="btn btn-link btn-floating btn-xs text-white" src="<?php echo BASE_URL; ?>img/favicon.ico" width="25" height="25"></i
-      ></a>
-      
+        data-mdb-ripple-color="dark">
+        <img  class="btn btn-link btn-floating btn-xs text-white" src="<?php echo BASE_URL; ?>img/favicon.ico" width="25" height="25"></a>
+    
+    <?php $arr = []; Hook::run(HOOKTYPE_FOOTER, $arr); ?>
     </section>
     
-</footer>
-</body>
-</html>
+
 </div>
 </div>
+
+</footer>
+</body>
+</html>
\ No newline at end of file