Hi,
Ich möchte gerne eine popup.tpl so umändern, dass der gewählte link nicht als popup aufgeht, sondern im selben frame.
<link REL="shortcut icon" HREF="image/divx.ico">
<title>{$PropOut.Title}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$lang.LngCharSet}">
<link rel="stylesheet" href="css/{if $ActiveList.designcss}{$ActiveList.designcss}{else}default.css{/if}">
<script type="text/javascript" language="javascript">{* this java-script section is needed for the download-all-links feature, so don't remove! *}
<!--
{$JavaScriptText}
{literal}
// if (window.moveTo) {
// alert(window.innerWidth);
// window.moveTo((screen.availWidth-window.innerWidth)/2,(screen.availHeight-window.innerHeight)/2);
// }
window.focus();
{/literal}
-->
</script>