View file head.php
<?php $bgcolor='#c0c0c0'; $text='#000000'; $link='#0000ff'; $vink='#5555ff'; if (empty($title)) { $title='Функции PHP'; } header("Content-Type: text/html; charset=utf-8"); echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> '.$title.' </title> </head> <body bgcolor="'.$bgcolor.'" text="'.$text.'" link="'.$link.'" vlink="'.$vlink.'">'; //// $end=''; $end.='</body></html>'; ?>