Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #1006206

    Hello

    Edit this file /templates/ja_mono/tpls/blocks/header.php and find

    <div class="logo">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">

    Change to :

    <div class="logo">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <a href="http://yoururl" title="<?php echo strip_tags($sitename) ?>">
    

    Regards

    giuseppecampodesign Friend
    #1006217

    thank you it works perfect!!!

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

This topic contains 2 replies, has 2 voices, and was last updated by  giuseppecampodesign 7 years, 7 months ago.

The topic ‘change the link of the logo’ is closed to new replies.