Files
2025-03-12 17:06:23 +01:00

14 lines
500 B
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<?php include_http_metas() ?>
<?php include_metas() ?>
<?php include_title() ?>
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body style="background: #fff">
<div id="page" style="background: #fff">
<?php echo $sf_data->getRaw('sf_content') ?>
</div>
</body>
</html>