Initial commit
This commit is contained in:
14
templates/standard/katechismus.html
Normal file
14
templates/standard/katechismus.html
Normal file
@ -0,0 +1,14 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>{$global_titel}</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<frameset framespacing="0" border="0" frameborder="0" cols="305,*">
|
||||
<frame src="kat_cont.php?knk={$katechismus_knk}#{$katechismus_kapitel}" name='content' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<frame src="kat_main.php?knk={$katechismus_knk}&knksub={$katechismus_kapitel}#{$katechismus_kapitel}" name='main' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
Reference in New Issue
Block a user