
Originally Posted by
balihr
Go to your includes/templates/bdsm/common/tpl_header.php and find the line that displays the Home button. Then link it to index.php
You will have to do the same with includes/templates/bdsm/common/tpl_footer.php
The problem is that you have index.html and index.php in your root folder and servers gives priority to html
Found the line...
Code:
<div <?php echo $this_is_home_page ? ' class="current"' : ''; ?>><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></div>
But not sure what i am suppose to change....