Did lot of stuff with php
This commit is contained in:
10
include/header_functions.php
Normal file
10
include/header_functions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function head($title = "Title")
|
||||
{
|
||||
echo "\n\t<head>\n";
|
||||
echo "\t\t<title>The begining - " . $title . "</title>\n";
|
||||
echo "\t\t<meta charset='utf-8'>\n";
|
||||
echo "\t</head>\n\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user