11 lines
274 B
PHTML
11 lines
274 B
PHTML
|
<?php echo $this->doctype() ?>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>Livestream</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="content"><?php echo $this->layout()->content ?></div>
|
||
|
</body>
|
||
|
</html>
|