How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Change the root link to a predefined one

  • Anthony Didsbury shared this idea 6 years ago
  • Client Area
  • 2 Comments


Currently, if a client is in their client area on WHMCS and they click my logo on the top left of the page it redirects to WHMCS root. I wish to be able to redirect my main website root.

2 Comments

Login to post a comment.

tried editing the above in my header tpl but the link is now giving me : https://domain.co.uk/whmcs/www.domain.co.uk/index.php
Hi there,
Thanks for your suggestion. This can be achieved by way of a template customisation to the header.tpl file.


[co]
  • {if $assetLogoPath}
  • <a href="{$WEB_ROOT}/index.php" class="logo"><img src="{$assetLogoPath}" alt="{$companyname}"></a>
  • {else}
  • <a href="{$WEB_ROOT}/index.php" class="logo logo-text">{$companyname}</a>
  • {/if}
  • [/co]
    For more information on customising templates please refer to https://developers.whmcs.com/themes/