zulez Posted January 27, 2004 Share Posted January 27, 2004 <title><?php echo TITLE; ?></title> I'm new to PHP but... I think this script looks to a .php file that stores the TITLE (which I entered originally in set-up BUT I wish to alter this by going into php file and edit by hand. I just don't know where it is. How can I find the specific file? Is there a logic to track down folders and files? Any help appreciated. John Link to comment Share on other sites More sharing options...
wvmlt Posted January 27, 2004 Share Posted January 27, 2004 Look for // page title in catalog/includes/languages/english.php Keith What the hell was I thinkin'? Link to comment Share on other sites More sharing options...
zulez Posted January 27, 2004 Author Share Posted January 27, 2004 beautiful! ...now how do I figure out where to find files myself. :unsure: Link to comment Share on other sites More sharing options...
Islander2u Posted January 27, 2004 Share Posted January 27, 2004 you can also take a look at my new contribution for just this sort of thing... Define Title enjoy Link to comment Share on other sites More sharing options...
Guest Posted January 27, 2004 Share Posted January 27, 2004 Generally (and this is not always the case but will be in 9 out of 10 instances), if you want to change any text that will be displayed in a users browser, the first place to look for it, is in catalog/includes/languages/english.php (or your corresponding language-specific file in that dir.) Next obvious choice would be in catalog/includes/languages/english/somefilename.php, or, again, in the language-specific dir within /languages/ Other than that, if you want to know where to find a given bit of text to change, look at the page that contains the information you want to change in your browser, and take note of the name of the page you are on. Then go into your oscommerce directory on your local drive, and find that page. Once you find where that bit of text is generated from, you can then usually trace where to go to edit it. If not...ask! We're always happy to help if and when we can. :) Link to comment Share on other sites More sharing options...
zulez Posted January 27, 2004 Author Share Posted January 27, 2004 That was good Teejaycom. TA! I have located stylesheet.css in the root directory and can alter the colours and stuff and in the / Includes folder I found / column_left.php (which enables what I see in the left column) but where is the width for the left column? I want to stray away from the usual column / middle / column look and want to widen the left column and dispense with the right. Thanks John Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.