Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #909344

    Hi
    Find this code in header.php file

     <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">

    And replace it with

     <a href="<?php echo JURI::base( ) ?>" title="<?php echo strip_tags($sitename) ?>">

    Hope it helps.

    davisj Friend
    #909358

    Thanks Pankaj, fixed!

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

This topic contains 2 replies, has 2 voices, and was last updated by  davisj 8 years, 3 months ago.

The topic ‘Logo Redirect No Longer Working on Brisk and Obelisk’ is closed to new replies.