]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - footer.php
javascript function to generate a new toast notification
[irc/unrealircd/unrealircd-webpanel.git] / footer.php
index 9e0d64533732d9c820cd4ea1225af83a7630c59f..ad130dbe8d9074cb2f2e68c055b51fd3f45b61dd 100644 (file)
@@ -1,43 +1,46 @@
-<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); ?>
+<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
+               <section class="mt-1">
+               <a href="https://unrealircd.org/" class="btn btn-default" style="color:white">© 1999-<?php echo date('Y'); ?> UnrealIRCd</a>
 
-      <!-- Twitter -->
-      <a
-        class="btn btn-link btn-floating btn-lg text-white"
-        href="https://twitter.com/Unreal_IRCd"
-        role="button"
-        data-mdb-ripple-color="dark"
-        ><i class="fab fa-twitter"></i
-      ></a>
-      <!-- Github -->
-      <a
-        class="btn btn-link btn-floating btn-lg text-white"
-        href="https://github.com/unrealircd/unrealircd-webpanel"
-        role="button"
-        data-mdb-ripple-color="dark"
-        ><i class="fab fa-github"></i
-      ></a>
-      <!-- UnrealIRCd -->
-      <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>
-    
-    <?php $arr = []; Hook::run(HOOKTYPE_FOOTER, $arr); ?>
-    </section>
-    
+                       <!-- Twitter -->
+                       <a
+                               class="btn btn-link btn-floating btn-lg text-white"
+                               href="https://twitter.com/Unreal_IRCd"
+                               role="button"
+                               data-mdb-ripple-color="dark"
+                               ><i class="fab fa-twitter"></i
+                       ></a>
+                       <!-- Github -->
+                       <a
+                               class="btn btn-link btn-floating btn-lg text-white"
+                               href="https://github.com/unrealircd/unrealircd-webpanel"
+                               role="button"
+                               data-mdb-ripple-color="dark"
+                               ><i style="margin-left: -18px" class="fab fa-github"></i
+                       ></a>
+                       <!-- UnrealIRCd -->
+                       <a
+                               href="https://unrealircd.org"
+                               role="button"
+                               data-mdb-ripple-color="dark">
+                               <img src="<?php echo BASE_URL; ?>img/unreal.jpg" width="23" height="23" style="margin-right: 25px"></a>
+               
+               
+               <?php
+
+               $arr = []; Hook::run(HOOKTYPE_FOOTER, $arr);
+               
+               ?>
+               
+</div>
+</div><!-- Second div is because there is a container div in the header-->
 
 </footer>
 </body>
-</html>
-</div>
-</div>
+</html>
\ No newline at end of file