Jump to content

Can you make admin login.tpl and the admin interface use a custom logo...


ShaunR

Recommended Posts

Templates-six now checks for a logo and displays it. I would like to see the login page for the admin interface and the admin interface do the same!

Current login.tpl code

<a href="login.php">
  <img src="{$BASE_PATH_IMG}/whmcs.png" alt="WHMCS" />
</a>

Modified Code

<a href="login.php">
  {if $assetLogoPath}
  <img src="{$BASE_PATH_IMG}/adminloginlogo.png" alt="{$companyname}">
  {else}
  <img src="{$BASE_PATH_IMG}/whmcs.png" alt="WHMCS" />
  {/if}
</a>

 

This code would also require that you set the template variable {$comanyname}

Same would need to be done for the admin blend template.

I know this is not the right place to request this, but your requests.whmcs.com is bloated.

This would make upgrades less work as we won't have to go in a manually modify these files every single time.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated