Guest Posted November 18, 2008 Share Posted November 18, 2008 <?php echo TITLE; ?> I'm new to php and have been able to figure many things out on my own. I've noticed that my page titles are reference to a default variable for title. Can I change this variable to say Aurogene instead of osCommerce? I've changed this for product_info.php but I would think I could do it somewhere else and have every page title with my store be Aurogene instead of oscommerce. Where is this variable located in the first place? My page is www.aurogene.com/oscommerce3 This brings me to my next question. When I installed oscommerce on my server it was called oscommerce3 by default. I could have changed this to catalog or something else at the time, but I didn't notice the problem right away. If I change my directory name from oscommerce3 to catalog then all of my other pages will be disabled. Is there an easy way to fix this problem without having to reinstall oscommerce on my server or without having to change every reference in my code for oscommerce3 to catalog. Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted November 19, 2008 Share Posted November 19, 2008 Language files are in /includes/languags/english and also look in /includes/languags/english.php To rename your shop root edit /includes/configure.php and /admin/includes/configure.php Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
Guest Posted November 19, 2008 Share Posted November 19, 2008 Language files are in /includes/languags/english and also look in /includes/languags/english.php To rename your shop root edit /includes/configure.php and /admin/includes/configure.php Thank you for your help! I was successful in changing my root directory, but I still haven't discovered how to change my page names from oscommerce to aurogene. I looked in the /includes/languages/english and /includes/languags/english.php but I did not find where the title was defined. Most pages call it with the command <?echo TITLE?> or something like this for I assume it is embedded in the code somewhere. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.