1 2 3 4 5 6 7
<?php header('Content-type: text/html; charset=utf-8'); ?><!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <title><?php global $title; echo $title; ?></title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body>