Jump to content

Store Home link in Admin


roban

Recommended Posts

For anyone who wants their Store Home link to point to www.your store.com rather than www.your store.com/index.php here's the fix:

In admin/includes/navigation.inc look for this at about line 45:

<li><a href="<?php echo $GLOBALS['rootRel']; ?>index.php" target="_blank" class="txtLink"><?php echo $lang['admin']['nav']['store_home'];?></a></li>

Just insert your url in place of the red text.

Link to comment
Share on other sites

For anyone who wants their Store Home link to point to www.your store.com rather than www.your store.com/index.php here's the fix:

In admin/includes/navigation.inc look for this at about line 45:

<li><a href="<?php echo $GLOBALS['rootRel']; ?>index.php" target="_blank" class="txtLink"><?php echo $lang['admin']['nav']['store_home'];?></a></li>

Just insert your url in place of the red text.

<li><a href="<?php echo $GLOBALS['rootRel']; ?>index.php" target="_blank" class="txtLink"><?php echo $lang['admin']['nav']['store_home'];?></a></li>

or you could always just take out the index.php which seems to work for me.

:(

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...