test melih
 melih
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sjkishan Friend
    #996752

    Hi
    I need to get rid of the footer note ‘Designed by JoomlaArt’
    I tried playing with line in the the default.php file in template

    <?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/" title="Visit Joomlart.com!" <?php echo method_exists(‘T3’, ‘isHome’) && T3::isHome() ? ” : ‘rel="nofollow"’ ?>>JoomlArt.com.

    How to edit the line.

    Pankaj Sharma Moderator
    #996808

    Hi
    You can replace it with

    
    <?php echo $lineone; ?> <?php echo method_exists(‘T3’, ‘isHome’) && T3::isHome() ? ” : ‘rel="nofollow"’ ?>

    You can also replace the Joomlart link and name with your site name .

    sjkishan Friend
    #996872

    Hi
    I did that but I am getting this error –
    Parse error: syntax error, unexpected ‘=’, expecting ‘,’ or ‘;’ in /home2/sjkishan/public_html/templates/ja_resume/html/mod_footer/default.php on line 18

    I am changing the text in notepad and uploading the file via filezilla, should work !

    sjkishan Friend
    #996883

    Hi,
    The correct code which worked is
    <?php echo $lineone; ?> <?php echo method_exists(‘T3’, ‘isHome’) && T3::isHome() ? ” : ‘rel="nofollow"’ ?>

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  sjkishan 8 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum