<!DOCTYPE html> <html lang="ru"> <head> <meta charset="utf-8"> <title><?php echo $title; ?></title> <link rel="stylesheet" href="<?php ROOT ?>./design/style.css" /> </head> <body> <div class="title"><?php echo $title; ?></div>