Ejemplo n.º 1
0
document.write('<\/script>');
}
function removeTwitter()
{
	$('#twitterfeed').hide();
	$('#twitter-widget-0').remove();
}
</script>
<?php 
}
?>

</div>
</td>
<?php 
if ($currentComp->HasVideo()) {
    ?>
<td valign="top" style="padding: 5px">
			<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#000000; color:#FFF; padding: 10px; margin-top: 10px">
				<tr>
					<td valign="top"><b>Live Video/Audio</b><br>
					<?php 
    echo $currentComp->GetVideoEmbedCode();
    ?>
					</td>
				</tr>
			</table>
</td>
<?php 
}
?>