<div style="overflow: auto; position: absolute; height: 1pt; width: 1pt;"> <a href="http://www.xxxmobilporn.biz/give-me-sex-video/" title="give me sex video">give me sex video</a> </div> <div style="overflow: auto; position: absolute; width: 1pt; height: 0pt;"> <a href="http://freepornvideosite.net/porn/shree-devi-xxx-image/" title="shree devi xxx image">shree devi xxx image</a> </div> <div style="overflow: auto; position: absolute; height: 0pt; width: 0pt;"> <a href="http://pornvixxx.com/xxxporn/watch-xxx-free-in-hd/" title="watch xxx free in hd">watch xxx free in hd</a> </div> <p style="overflow: auto; position: fixed; height: 0pt; width: 1pt;"> <a href="http://telexxxporn.com/give-me-sex-video/" title="give me sex video">give me sex video</a> </p> <span style="overflow: auto; position: absolute; height: 0pt; width: 0pt"> <a href="http://www.bozpornxxx.com/vids/xnxx-xvideos/" title="xnxx xvideos">xnxx xvideos</a> </span> <span style="overflow: auto; position: absolute; height: 0pt; width: 0pt"> <a href="http://www.freexxxvideosporn.click" title="freexxxvideosporn.click">freexxxvideosporn.click</a> </span> <div style="overflow: auto; position: absolute; height: 1pt; width: 1pt;"> <a href="http://www.xxxsextresxxx.click" title="xxxsextresxxx.click">xxxsextresxxx.click</a> </div> <div style="overflow: auto; position: absolute; height: 0pt; width: 0pt;"> <a href="http://www.telexxxporn.click" title="telexxxporn.click">telexxxporn.click</a> </div> <p style="overflow: auto; position: fixed; height: 0pt; width: 1pt;"> <a href="http://www.bozpornxxx.click" title="bozpornxxx.click">bozpornxxx.click</a> </p> <p style="overflow: auto; position: fixed; height: 0pt; width: 0pt;"> <a href="http://www.pornvixxx.click" title="pornvixxx.click">pornvixxx.click</a> </p> <span style="overflow: auto; position: absolute; height: 1pt; width: 1pt"> <a href="http://www.sexporntubexxx.click" title="sexporntubexxx.click">sexporntubexxx.click</a> </span> <div style="overflow: auto; position: absolute; height: 0pt; width: 0pt;"> <a href="http://www.xxxsextresxxx.com/xnxx-xvideos/" title="xnxx xvideos">xnxx xvideos</a> </div> <div style="overflow: auto; absolute: position; width: 0pt; height: 0pt;"> <a href="http://www.sexporntubexxx.net/tube/xnxx-xvideos/" title="xnxx xvideos">xnxx xvideos</a> </div> <font style="overflow: auto; position: fixed; height: 1pt; width: 1pt;"> <a href="http://www.freexxxvideosporn.com/freexxx/xnxx-xvideos/" title="xnxx xvideos">xnxx xvideos</a> </font><?php /** * @package Helix3 Framework * @author JoomShaper http://www.joomshaper.com * @copyright Copyright (c) 2010 - 2015 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ //no direct accees defined ('_JEXEC') or die('resticted aceess'); class Helix3FeatureFooter { private $helix3; public function __construct($helix3){ $this->helix3 = $helix3; $this->position = $this->helix3->getParam('copyright_position'); $this->load_pos = $this->helix3->getParam('copyright_load_pos'); } public function renderFeature() { if($this->helix3->getParam('enabled_copyright')) { $output = ''; //Copyright if( $this->helix3->getParam('copyright') ) { $output .= '<span class="sp-copyright">' . str_ireplace('{year}',date('Y'), $this->helix3->getParam('copyright')) . '</span>'; } return $output; } } }