Просмотр файла news/templates/blue/index.htm

Размер файла: 573B
<!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>
<title><?php echo $title; ?></title>
<link href="<?php echo URL; ?>/design/blue/style.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo URL; ?>/design/blue/icons.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="header">NEWS BY RONSON</div>

<?php echo $this->render(Base::instance()->get('content')); ?>

<div class="footer">2014 &copy; RonsoN</div>
</body>
</html>