Zen Cart Logo
Forums / General Questions / Different page title for admin

Different page title for admin

Views: 334

Results 1 to 2 of 2
14 Feb 2013, 7:25 PM
#1
earmsby avatar

earmsby

Zen Follower

Join Date:
Oct 2006
Location:
Worcester, MA
Posts:
451
Plugin Contributions:
0

Different page title for admin

I am working with an upgrade for a client on a test server and I'm trying to get the upgraded version as close as possible to their old version (which is currently the live version). A little thing that's bugging me is that on their live store, the admin area has a page title (the title that shows up in the browser tab is what I'm talking about here) that's a bit different from the page title for the public zencart store. In version 1.3x this was done with a value in admin/includes/languages/english.php but in the newer version it seems to take the page title from the public store.

Is there any way around that so that I can have different page titles for public versus admin? This is especially helpful for admins (and me as the developer) when you're working with both tabs open at once.

Maybe this is an easy, obvious thing that I'm completely overlooking. Hope so! :smile:

14 Feb 2013, 8:59 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Different page title for admin

Add the define() back into your admin english.php file, and that will override its normal use of the storefront info.