Update template.php

This commit is contained in:
Yiğit Kerem Oktay 2020-08-30 22:03:42 +03:00 committed by GitHub
parent e09d02cf2e
commit 3c540496d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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">