Jump to content

changing admin logo URL and page title


jerseyjoe

Recommended Posts

I understand that I am not doing anything improper by replacing the CC logo at the top of the admin menu with my own. The store is a licensed one.

I'd like to finish that off by changing the link from the CC URL to one of my own. Also, I'd like to edit the browser title page to put my own business name there. This is in the Legend skin.

Does someone know where those two things can be edited?

TIA

Link to comment
Share on other sites

Guest degsey69

To change the Logo in the admin area is to put your logo gif into admin/images and rename it ccAdminLogo deleting the old cubecart gif beforehand.

To replace the or take out the copyright in admin, edit admin/requestPass.php where the copyright details are on the bottom of the file. ;)

Opps sorry did not try out the last part.

The file you want to edit is admin/login.php and alter or delete all the wording between the >< :)

Link to comment
Share on other sites

  • 2 weeks later...
Guest TrueCHoJiN

Here are the 3 places where the CubeCartTM text is...

..\admin\includes\header.inc.php

<title>CubeCart&trade; - <?php echo $lang['admin']['incs']['administration'];?></title>

..\language\en\lang.inc.php

'welcome_note' => "Welcome to the CubeCart&trade; Administration Control Panel",

..\pear\tmp\index.htm

<title>CubeCart&trade; Directory Listing Denied</title>

Here are three places where the CubeCart Logo image is...

..\admin\login.php

<div style="margin: auto; width: 250px; padding-bottom: 10px;"><a href="index.php"><img src="<?php echo $GLOBALS['rootRel']; ?>admin/images/ccAdminLogo.gif" alt="" width="177" height="96" border="0" title="" /></a></div>

..\admin\requestPass.php

<div style="margin: auto; width: 310px; padding-bottom: 10px;"><a href="index.php"><img src="<?php echo $GLOBALS['rootRel']; ?>admin/images/ccAdminLogo.gif" alt="" width="177" height="96" border="0" title="" /></a></div>

..\admin\includes\navigation.inc.php

<td align="left" class="noPad"><a href="http://www.cubecart.com" target="_blank"><img src="<?php echo $GLOBALS['rootRel']; ?>admin/images/ccAdminLogo.gif" alt="" width="177" height="96" border="0" title="" /></a></td>

This is version 3.0.9, so I can't say if the files are different in other versions. If they are different just do a simple text search including sub-folders for text inside a document matching the bold terms above, and it will list all the files for you. I paid for my copy too, BTW...

Here is a link also for your reference >> Copyright Notices, What you can and can't do!

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...