majestic Posted February 25, 2003 Posted February 25, 2003 Hi, does anyone know how I can change the title of my osCommerce site? Currently it says osCommerce. Also, how do I change the template? The current default template is too light, I'd like to make it a darker blue. THanks guys!
Guest Posted February 25, 2003 Posted February 25, 2003 the title can be changed in includes/languages/<language>.php and it is // page title define('TITLE', 'osCommerce');
FastEddy Posted February 25, 2003 Posted February 25, 2003 includes/language/english.php you will find // page title define('TITLE', 'your name here'); Make sure you keep the ' on both sides of your page title.
FastEddy Posted February 25, 2003 Posted February 25, 2003 I found this site to have most of the answers to common questions and contains the answer to your template issue. http://guide.oscdox.com/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.