mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Create footer.php
This commit is contained in:
		
							
								
								
									
										10
									
								
								includes/footer.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								includes/footer.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
|  <div class="d-flex align-items-center justify-content-between small"> | ||||
|   <div class="text-muted"> | ||||
|     <span class="pe-2"><a href="/about">v<?php echo RASPI_VERSION; ?></a></span>  | | ||||
|     <span class="ps-2">Created by the <a href="https://github.com/RaspAP" target="_blank" rel="noopener">RaspAP Team</a></span> | ||||
|   </div> | ||||
|   <div class="text-muted"> | ||||
|     <i class="fas fa-heart heart"></i> <a href="https://docs.raspap.com/insiders" target="_blank" rel="noopener">Get Insiders</a> | ||||
|   </div> | ||||
| </div> | ||||
|  | ||||
| @@ -117,12 +117,7 @@ initializeApp(); | ||||
|         </main> | ||||
|         <footer class="py-4 bg-light mt-auto"> | ||||
|           <div class="container-fluid px-4"> | ||||
|             <div class="d-flex align-items-center justify-content-between small"> | ||||
|               <div class="text-muted">Created by the <a href="https://github.com/RaspAP" target="_blank" rel="noopener">RaspAP Team</a></div> | ||||
|               <div class="text-muted"> | ||||
|                 <i class="fas fa-heart heart"></i> <a href="https://docs.raspap.com/insiders" target="_blank" rel="noopener">Get Insiders</a> | ||||
|               </div> | ||||
|             </div> | ||||
|             <?php require_once 'includes/footer.php'; ?> | ||||
|           </div> | ||||
|         </footer> | ||||
|       </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user