12 lines
No EOL
208 B
PHTML
12 lines
No EOL
208 B
PHTML
<?=$this->doctype()?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<?=$this->headTitle() . "\n"?>
|
|
<?=$this->headMeta() . "\n"?>
|
|
</head>
|
|
<body>
|
|
|
|
<?=$this->layout()->content?>
|
|
|
|
</body>
|
|
</html>
|