Jump to content

Admin Logo missing - fixed


grafis

Recommended Posts

When in free mode CC5 has an Admin Logo which links to the Admin Dashboard - and it disappears when you license the store.

We kinda like it and like to have the store branded.

The Admin Logo feature does not have the Admin Skin so no way to do it there. I grabbed the code from the free store and added a logo.

file: /admin/skins/default/templates/main.php

image: /admin/skins/defaults/images/Admin_Logo.png

image size: 32 x 156 max height and width

link: ? (takes you to the dashboard)

Code: <span id="logo"><a href="?"><img src="{$SKIN_VARS.admin_folder}/skins/{$SKIN_VARS.skin_folder}/images/Admin_Logo.png" alt="Mega Enterprises" title="Mega Enterprises" /></a></span>


<div id="header">

<span id="logo"><a href="?"><img src="{$SKIN_VARS.admin_folder}/skins/{$SKIN_VARS.skin_folder}/images/Admin_Logo.png" alt="Mega Enterprises" title="Mega Enterprises" /></a></span>

<span class="user_info">{$LANG.settings.title_welcome_back} <a href="?_g=settings&amp;node=admins&amp;action=edit&amp;admin_id={$ADMIN_UID}">{$ADMIN_USER}</a> - [<a href="?_g=logout">{$LANG.account.logout}</a>]</span>

</div>

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.

×
×
  • Create New...