Quote Originally Posted by sperdie View Post
All pages show Zen Cart! as page titles.
Yes, at the present time all the admin pages use the same title text, and that's based on whatever you've defined TITLE as for your current template.
Code:
define('TITLE', 'Zen Cart');
It is not dynamically changed based on which admin activity you're performing.