Initial commit
This commit is contained in:
16
templates/standard/lieder/liedanzeige_frame.html
Normal file
16
templates/standard/lieder/liedanzeige_frame.html
Normal file
@ -0,0 +1,16 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Lieder personalisieren</TITLE>
|
||||
<META NAME='description' CONTENT='Beschreibung'>
|
||||
<META NAME='keywords' CONTENT='Suchworte'>
|
||||
</HEAD>
|
||||
|
||||
<frameset cols='*,300' border='1' frameborder='1' framespacing='0'>
|
||||
<frame src='liedanzeige.php?load={$liedanzeige_frame_load}' name='suche' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<frame src='liednotizen.php?load={$liedanzeige_frame_load}' name='liedcomment' id="liedcomment" marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<noframes>
|
||||
<body>Erstellt mit dem Frames-Generator von Dauerstress <a href='http://www.dauerstress.de'>kostenlose Homepage erstellen</a></body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
</HTML>
|
Reference in New Issue
Block a user