Leitgedanken/templates_c/666e1f4dfaddf54ee56ea118c88beae9ab247279_0.file.indexframe.html.php
2023-02-11 15:20:04 +01:00

46 lines
1.4 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-01-30 09:47:22
from 'F:\git\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_63d7841a304ec1_06515996',
'has_nocache_code' => false,
'file_dependency' =>
array (
'666e1f4dfaddf54ee56ea118c88beae9ab247279' =>
array (
0 => 'F:\\git\\leitgedanken_php8\\templates\\standard\\indexframe.html',
1 => 1669019872,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_63d7841a304ec1_06515996 (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 }
}