Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • herion Friend
    #182683

    Hi there,

    I try to change the link of the logo in the purity header.
    Index.php of the template does not show the link (at least I do not see it….).

    INDEX.PHP of template

    // no direct access
    defined ( ‘_JEXEC’ ) or die ( ‘Restricted access’ );

    if (class_exists(‘T3Template’)) {
    $tmpl = T3Template::getInstance();
    $tmpl->setTemplate($this);
    $tmpl->render();
    return;
    } else {
    //Need to install or enable JAT3 Plugin
    echo JText::_(‘Missing jat3 framework plugin’);
    }

    I also searched in /plugins/system/jat3/jat3/base-themes/default/blocks/header.php, but this was also not successful

    Any idea where to search it.

    HeR0 Friend
    #474815

    Hi Herion,

    In the /plugins/system/jat3/jat3/base-themes/default/blocks/header.php file you could see <a href=”<?php JURI::base(true) ?>” title=”<?php echo $siteName; ?>”> That is where you can change link for logo.

    Regards,

    herion Friend
    #474991

    Tkanks HeR0,

    this solved my problem. If anybody else has this problem…….. I inserted the link after <a href…..

    This works perfect for me

    Peter

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

This topic contains 3 replies, has 2 voices, and was last updated by  herion 11 years, 4 months ago.

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