mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-03-27 14:48:37 -04:00
Update template.php
This commit is contained in:
parent
e09d02cf2e
commit
3c540496d4
@ -25,9 +25,7 @@ class Template{
|
||||
<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); ?>
|
||||
include_once "head.php"; ?>
|
||||
<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