Esta es la parte de mi código q quiero agregarle
Código PHP:
<!-- webim button --><a href="/ChatOnLine/client.php?locale=sp" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('/ChatOnLine/client.php?locale=sp&url='+escape(document.location.href)+'&referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="/ChatOnLine/button.php?i=webim&lang=sp" border="0" width="163" height="61" alt=""/></a><!-- / webim button -->
Código PHP:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="75%" height="32" class="catbg" align="center"><img src="', $settings['images_url'], '/smflogo.png" style="margin: 2px;" alt="" /></td>
<td width="25%" class="catbg" align="center">
// esta es la parte q lo agregué, el archivo se encuentra en otro dominio
include("http://dcristo.org/consejeria.php");
</td>
</tr>
</table>
Saludos