24 lines
694 B
PHP
24 lines
694 B
PHP
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
|
||
|
<head>
|
||
|
<title><?php echo $this->get_field('title') ?> - <?php $this->get_siteTitle() ?></title>
|
||
|
<?php $this->get_element('admin_head'); ?>
|
||
|
|
||
|
<style type="text/css" media="screen,projection">
|
||
|
body, html {height:63px; }
|
||
|
#kopf { height:63px; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body class="framesite"><div id="wrapper">
|
||
|
|
||
|
<div id="kopf">
|
||
|
<h1><img src="/public/img/admin/basecontent.gif" width="468" height="54" alt="baseContent" /></h1>
|
||
|
<p id="logout"><a href="/basecontent/logout/" target="_top">» Logout</a></p>
|
||
|
|
||
|
<div id="bc_nav">
|
||
|
<?php $this->get_element('bc_nav'); ?>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|