Hello, I would like to change the link of main logo site of my gavick template; what files should I manually update? Thank you.
infosistemas Hi Open Editing file "/inc/layout.php" in template "gk_portfolio". find
<a class="<?php echo $logoClass; ?>" href="<?php echo JURI::root(); ?>" title="<?php echo $title; ?>" rel="home">
change "<?php echo JURI::root(); ?> with your link
"<?php echo JURI::root(); ?>
It works!! Thank you very much!!