Jump to content

Changing the client area logo


jelly013

Recommended Posts

are you sure that you changed the image in the template that you are using?

 

e.g if you are using the "Six" template, it will be /templates/six/img/logo.png

 

alternatively, you code modify header.tpl ~ line 96 and change the image filename specified in the code...

 

        <a href="{$WEB_ROOT}/index.php"><img src="{$WEB_ROOT}/templates/{$template}/img/logo.png" alt="{$companyname}" /></a>

Link to comment
Share on other sites

  • 3 years later...

Hello,

 

for some reason i cant change logo any ideas what wrong i am using this code:

 

{if $assetLogoPath}
            <a href="{$WEB_ROOT}/index.php" class="logo"><img src="{$WEB_ROOT}/templates/mytheme1/img/logo.png" alt="{$companyname}"></a>
        {else}
            <a href="{$WEB_ROOT}/clientarea.php" class="logo logo-text">User Area</a>
        {/if}

 

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