mirror of
				https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
				synced 2025-10-30 03:20:24 -04:00 
			
		
		
		
	Add support for additional code after head tag
This commit is contained in:
		
							parent
							
								
									8b2c664f36
								
							
						
					
					
						commit
						95f4fc5a41
					
				| @ -24,6 +24,10 @@ class Template{ | |||||||
|       <!doctype html> |       <!doctype html> | ||||||
|       <html lang="en"> |       <html lang="en"> | ||||||
|       <head> |       <head> | ||||||
|  |        <?php  | ||||||
|  |         $headfile = fopen("head.txt", "r") or die("Unable to open head.txt!"); | ||||||
|  |         $head_additionalcode = fread($versionfile,filesize("head.txt")); | ||||||
|  |         fclose($headfile); ?>
 | ||||||
|         <meta charset="utf-8"> |         <meta charset="utf-8"> | ||||||
|         <title><?php echo $page_name." - ".NAME ?></title>
 |         <title><?php echo $page_name." - ".NAME ?></title>
 | ||||||
|         <meta name="viewport" content="width=device-width, initial-scale=1"> |         <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user