I would like to change the home button link.
www.mydomain.com/wp/meteoteplate
to
www.mydomain.com/wp/
could anyone tell me which php file i have to edit?

Thank you


Code: Select all
<img src='<?php echo $pageURL.$path?>icons/home.png' onclick="window.location='<?php echo $pageURL.$path?>indexMobile.php'" alt="" id="mobileHomeIcon"> Code: Select all
<span id="homeIcon" class="<?php echo $special?> homeIcon tooltip" style="padding-top:0.2em!important;padding-bottom:0.1em!important;padding-left:0.5em!important;padding-right:0.5em!important;font-size:2em" onclick="window.location='<?php echo $pageURL.$path?>index.php'" title="<?php echo lang("home","c")?>"> 