PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/jairosvt/public_html/afmedios.com/plugins/content/plg_jacomment/tmpl/
Server: Linux server2.noticiasdecolima.com 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
IP: 107.161.180.42
Choose File :

Url:
Dir : /home/jairosvt/public_html/afmedios.com/plugins/content/plg_jacomment/tmpl/intensedebate.php

<?php
/*
# ------------------------------------------------------------------------
# JA Teline III - Stable - Version 1.4 - Licence Owner JA175907
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/

	//IntenseDebate config
	$account        = $this->plgParams->get('provider-intensdebate-account');
	
	if ($this->isComment == false) {
	$url = str_replace('&amp;', '&', $this->_url );
	?>
    	<span class="containerCountComment" onclick="window.location.href='<?php echo $this->_url;?>#idc-container'; return false;">
		<script type="text/javascript">
		//<![CDATA[
			var idcomments_acct = "<?php echo $account?>";
			var idcomments_post_id = "<?php echo $this->_postid?>";
			var idcomments_post_url = encodeURIComponent("<?php echo $url;?>");
		//]]> 
		</script>
		<script type="text/javascript" src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>
        </span>
	<?php }else{?>
		<script type="text/javascript">
		//<![CDATA[
		var idcomments_acct = "<?php echo $account?>";
		var idcomments_post_id = "<?php echo $this->_postid?>";
		var idcomments_post_url = "<?php echo $this->_url?>";
		//]]> 
		</script>
		<span id="IDCommentsPostTitle" style="display:none"></span>
		<script type="text/javascript" src="http://www.intensedebate.com/js/genericCommentWrapperV2.js"></script>
	<?php } ?>