default.phtml
429 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<?php
echo $this->_headTitle;
echo $this->_headLink;
echo $this->_headScript;
echo $this->_headmeta;
?>
</head>
<body>
<?php echo $content . PHP_EOL;?>
</body>
</html>