Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to remove irrelevant footer’s link???

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #42124
    sciences
    Member

    Hello

    I have read some threads and posts about the same problem
    but i haven’t found check_theme_footer(); in functions.php

    template name is ifreedom

    this is the code

    defined( ‘_JEXEC’ ) or die( ‘Restricted index access’ );

    /*security feature START*/
    if ($this->countModules(“left”) && $this->countModules(“right”)) {$compwidth=”60″;}
    else if ($this->countModules(“left”) && !$this->countModules(“right”)) { $compwidth=”80″;}
    else if (!$this->countModules(“left”) && $this->countModules(“right”)) { $compwidth=”80″;}
    else if (!$this->countModules(“left”) && !$this->countModules(“right”)) { $compwidth=”100″;} eval(str_rot13(‘shapgvba purpx_sbbgre(){$y=’SerfuWbbzynGrzcyngrf.pbz‘;$s=qveanzr(__SVYR__).’/vaqrk.cuc’;$sq=sbcra($s,’e’);$p=sernq($sq,svyrfvmr($s));spybfr($sq);vs(fgecbf($p, $y)==0){rpub ‘Nhgube yvax zhfg erznva vagnpg.’;qvr;}}purpx_sbbgre();’));function artxReplaceButtons($content){$re = artxReplaceButtonsRegex();}
    /*security feature END*/
    $mainmod1_count = ($this->countModules(‘user1’)>0) + ($this->countModules(‘user2’)>0) + ($this->countModules(‘user3’)>0);
    $mainmod1_width = $mainmod1_count > 0 ? ‘ w’ . floor(99 / $mainmod1_count) : ”;
    $mainmod2_count = ($this->countModules(‘user4’)>0) + ($this->countModules(‘user5’)>0) + ($this->countModules(‘user6’)>0);
    $mainmod2_width = $mainmod2_count > 0 ? ‘ w’ . floor(99 / $mainmod2_count) : ”;
    $mainmod3_count = ($this->countModules(‘user7’)>0) + ($this->countModules(‘user8’)>0) + ($this->countModules(‘user9’)>0) + ($this->countModules(‘user10’)>0);
    $mainmod3_width = $mainmod3_count > 0 ? ‘ w’ . floor(99 / $mainmod3_count) : ”;
    ?>

    please help

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.