You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							66 lines
						
					
					
						
							2.4 KiB
						
					
					
				
			
		
		
	
	
							66 lines
						
					
					
						
							2.4 KiB
						
					
					
				|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
|     <!-- /container -->
 | |
| 
 | |
|     <!-- Footer -->
 | |
|     <div class="footer">
 | |
|         <div class="container">
 | |
|             <hr>
 | |
|             <p class="pull-left" id="website-copyright">© <?php tl($config["general"]["title"]); ?></p>
 | |
|             <div class="pull-right">
 | |
|                 <ul class="list-inline">
 | |
|                     <li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
 | |
|                         <p>
 | |
|                             <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 — © <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
 | |
|                         </p>
 | |
| 
 | |
|                         <p>
 | |
|                             <?php tl($lang["footer"]["css"]); ?> <a href="https://nothingtv.de/">NothingTV</a>, <?php tl($lang["footer"]["background"]); ?> ©
 | |
|                             <span id="background-artist"><a href="https://twitter.com/MrSanman98">NabulsiGraphix</a></span>
 | |
|                         </p>
 | |
|                     </li>
 | |
|                 </ul>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
|     <!-- ################ -->
 | |
|     <!-- #  JAVASCRIPT  # -->
 | |
|     <!-- ################ -->
 | |
| 
 | |
|     <!-- jQuery -->
 | |
|     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 | |
| 
 | |
|     <!-- Twitter Bootstrap -->
 | |
|     <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
 | |
| 
 | |
|     <!-- Readmore.js -->
 | |
|     <script src="https://cdnjs.cloudflare.com/ajax/libs/Readmore.js/2.2.0/readmore.min.js"></script>
 | |
| 
 | |
|     <?php if (isset($bansPage)) { ?>
 | |
|     <script>var datatablesUrl = "<?php tl($lang["banlist"]["datatablesurl"]); ?>";</script>
 | |
| 
 | |
|     <!-- DataTables for Bootstrap -->
 | |
|     <script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/jquery.dataTables.min.js"></script>
 | |
|     <script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/dataTables.bootstrap.min.js"></script>
 | |
|     <script src="js/bans.js"></script>
 | |
|     <?php } ?>
 | |
| 
 | |
|     <!-- Custom JS -->
 | |
|     <script>
 | |
|         var apiurl = "api/status<?php echo $htalink; ?>";
 | |
|     </script>
 | |
| 
 | |
|     <script src="js/script.js"></script>
 | |
|     <script src="js/status.js"></script>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html>
 | |
| <?php
 | |
| $end = microtime(true);
 | |
| $creationtime = ($end - $start);
 | |
| printf("<!-- Page generated " . date('d-m-Y H:i:s') . " in %.6f seconds. -->", $creationtime);
 | |
| ?>
 |