Jump to content

Put the logo


maelse

Recommended Posts

I'm not t clear what you mean about the logo text. Either it's a logo image, or its text. Unless you mean the 'alt' text for the image, (which is in the language files).

 

Remember, that header.tpl contains all the stuff that appears on all pages, so you can simply edit this as much as you want. Like a normal web page you can add or amend text.

 

WHMCS use the Smarty template system which is very good and makes use of language files to provide flexibility.

 

However, if (like us) you only use one language, you can dive in and add text to the pages directly :lol:

 

Trevor

Link to comment
Share on other sites

to add a link just change the code you got bellow

 

<div id="company_title"><img src="templates/{$template}/images/logo.jpg" alt="{$LANG.globalsystemname}" border="0" class="absmiddle" /></div>

 

 

to

 

<div id="company_title"><a href="http://www.yourlinkgoeshere.com/yourpage"><img src="templates/{$template}/images/logo.jpg" alt="{$LANG.globalsystemname}" border="0" class="absmiddle" /></a></div>

 

 

the yourlinkgoeshere.com/yourpage will be replaced with your domain and the link to your page

Link to comment
Share on other sites

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.

  • 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