12 lines
176 B
PHP
12 lines
176 B
PHP
|
<html>
|
||
|
<head>
|
||
|
<title><?=$this->e($title)?> | <?=$this->e($company)?></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<?=$this->section('content')?>
|
||
|
|
||
|
<?=$this->section('scripts')?>
|
||
|
|
||
|
</body>
|
||
|
</html>
|