This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

26 lines
1023 B
Smarty

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
${js}
${css}
</head>
<body>
<div id="logo"><img src="./api.php?call=files&cat=page&id=header_friseurteam.png"></div>
<div id="menu">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="">Friseur-Team</a><br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="">Das Team</a><br/>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="">Galerie</a><br/>
<a href="">Preise</a>
</div>
<div id="main">
<div id="content">abcd</div>
<div id="static">
<div id="contact">${friseurteam_info}</div>
<div id="gallery">${default_gallery}</div>
</div>
</div>
<div id="footer"><p>Friseur Team, © <a href="http://www.webcraft-media.de" target="_blank">WebCraft Media</a> 2014</p></div>
</body>
</html>