externallinksframed-plugin
--------------------------

Integrates LDM links into Blaine002's External Links Framed hack.

Requires that you have installed (at least) the external_link template from that hack.

Alternatively, create yourslf a template called external_link looking something like this.

<body bgcolor="#CCCCCC" text="#FF6633" link="#FF6633" vlink="#FF6633" alink="#FF6633" style="margin: 0px;">
<table border="0" cellspacing="0" cellpadding="0" width="100%" >
	<tr> 
	<td valign="top">
		<a href="javascript:window.close()"><font size="7">Close Window</font></a> 
	</td>
	</tr>
</table>
<iframe src="{$go}" height="90%" width="100%" frameborder="0">
</iframe>
</body>