Leitgedanken/templates_c/0e385d3060dc937171a301f9f69be5ed1c9eb18c_0.file.indexframe.html.php
2022-11-21 10:38:21 +01:00

46 lines
1.4 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2021-09-03 12:07:05
from '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/indexframe.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6131f3c942cc60_88314836',
'has_nocache_code' => false,
'file_dependency' =>
array (
'0e385d3060dc937171a301f9f69be5ed1c9eb18c' =>
array (
0 => '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/indexframe.html',
1 => 1630662652,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6131f3c942cc60_88314836 (Smarty_Internal_Template $_smarty_tpl) {
?><html>
<head>
<link rel="shortcut icon" href="favicon.ico">
<title><?php echo $_smarty_tpl->tpl_vars['global_titel']->value;?>
</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="64,*">
<frame name="Banner" scrolling="no" noresize target="Inhalt" src="topframe.php">
<frameset cols="195,*">
<frame name="Inhalt" target="Hauptframe" scrolling="auto" src="menuframe.php" noresize>
<frame name="kurshaupt" scrolling="auto" src="hauptframe.php" target="_self">
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterst&uuml;tzt.</p>
</body>
</noframes>
</frameset>
</html><?php }
}