2erlei/app/modules/basecontent/layouts/webframe.php

20 lines
847 B
PHP

<?php
/**
* Admintemplate, Frameset f&uuml;r "webseitenmodus"
*
* @package baseContent
* @subpackage basecontent
*/
echo'<?xml version="1.0" encoding="iso-8859-1" ?>'."\n"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title><?php echo $this->get_field('title') ?> - <?php $this->get_siteTitle() ?></title>
<link rel="shortcut icon" href="/public/img/basecontent.ico" />
</head>
<frameset rows="90,*" frameborder="0">
<frame src="/basecontent/webframe/top" name="adminframe" scrolling="no" noresize="noresize" frameborder="0" framespacing="0" border="0" />
<frame src="/" name="siteframe" noresize="noresize" frameborder="0" framespacing="0" border="0" />
</frameset>
</html>