Sindbad~EG File Manager

Current Path : /var/www/ispania.gr/plugins/content/aftercontent/
Upload File :
Current File : /var/www/ispania.gr/plugins/content/aftercontent/aftercontent.php

<?php
/**
 * @package     Joomla.Plugin
 * @subpackage  Content.aftercontent
 *
 * @copyright   Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

/**
 * Plugin to enable loading modules into content (e.g. articles)
 * This uses the {loadmodule} syntax
 *
 * @since  1.5
 */
class PlgContentAfterContent extends JPlugin
{

	function onContentAfterDisplay($context, &$article, &$params, $limitstart)
	{
		$html_matched = '<div>
<h3 class="module-title "><span>Δείτε επίσης</span></h3>
<!-- ispania.gr matched content -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-8843229882598760"
     data-ad-slot="3930289431"
     data-ad-format="autorelaxed"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>';
		$html_resp_ads = '
<div>
<!-- Responsive -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-8843229882598760"
     data-ad-slot="8753466234"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>';

		if ($context == "com_content.article") {
			$html = $html_resp_ads;
			return $html;
		}
	}

}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists