<em>@imurillo 491473 wrote:</em><blockquote>how to change the link of the logo, in Ja-magz template</blockquote>
Hi
Open this file templatesja_magztplsblocksheader.php
<!-- LOGO -->
<div class="span2 item-first spanfirst">
<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
<div class="brand">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image'): ?>
<img class="logo-img <?php if($logoimgsm) echo 'hidden-phone'; ?>" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
Change the code in RED as follow
<a href=”http://www.yoururl.com” title=”<?php echo strip_tags($sitename) ?>”>