Files
2025-02-28 08:45:43 +01:00

68 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<?php echo head();?>
</head>
<body id="body" <?php echo onload();?>>
<!-- utf-8 check: äöüß -->
<div id="top"></div>
<!-- ANFANG MAIN / BEGIN MAIN -->
<div class="backend_container">
<p class="fb_backlink"><a href="./?<?php echo $u[0]; ?>&amp;normal">CMSimple &raquo;</a></p>
<!-- INHALT / CONTENT -->
<div id="tplge_content">
<div id="tplge_contentin">
<?php echo editmenu();?>
<?php echo content();?>
<?php echo submenu();?>
<div id="tplge_footer">
<div id="tplge_footerin">
<?php echo top('top.gif');?>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
<!-- FUSSLINKS / FOOTER LINKS -->
<div id="tplge_notes">
<div id="tplge_notesin">
<p>
Powered by <a href="http://www.cmsimple.org/">CMSimple</a> |
Template by <a href="http://cmsimple.org/">CMSimple</a> |
<?php
if($adm && !$edit)
{
echo '<a href="http://validator.w3.org/check?uri=referer">html5</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">css</a> | ';
}
?>
<?php echo loginlink();?></p>
<div style="clear: both;"></div>
</div>
</div>
</div>
<?php if(!empty($bjs) && $file == 'template'){echo $bjs;} ?>
</body>
</html>