mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-04-02 09:38:33 -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>
|
||||
<html lang="en">
|
||||
<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">
|
||||
<title><?php echo $page_name." - ".NAME ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
Loading…
Reference in New Issue
Block a user