]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_frames.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / mailid / mailid_frames.tpl
index 9710a01feea7a3eb5248fc7258fbaf8f5249db39..99315fae34adcf49a389331fb2fc0d0b909f3fae 100644 (file)
@@ -1,6 +1,7 @@
-<FRAMESET rows="120,*" frameborder="no" framespacing="0" border="0">
-       <FRAME
-               src="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&amp;{!_TYPE_VALUE!}={!_DATA_VALUE!}"
-               name="mailid_top">
-       <FRAME src="{--_URL_VALUE!}" name="mailid_url">
-</FRAMESET>
\ No newline at end of file
+<frameset rows="120,*" frameborder="no" framespacing="0" border="0">
+       <frame name="mailid_top" src="{%url=mailid_top.php?userid=$content[userid]&amp;$content[type]=$content[data]%}" />
+       <frame name="mailid_url" src="$content[url]" />
+</frameset>
+<noframes>
+       Ihr Browser unterst&uuml;tzt keine frames!
+</noframes>