Размер файла: 688B
<?php
ob_start();
echo '
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta name="description" content="'.$system['description'].'" />
<meta name="keywords" content="'.$system['keywords'].'" />
<link rel="stylesheet" href="'. URL .'/template/themes/'.$system['theme'].'/style.css" type="text/css" />
<title>'. $system['page_title'] .' | '. $system['title'] .'</title>
</head>
<body>
<div class="imenu">Портфолио :)</div>';
?>