Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fiktivkod/application/modules/default/views/layout/clean.phtml
2010-11-16 19:20:49 +01:00

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>