PHP and CSS files are used to create the HTML pages.
As you learn more about Zen Cart you will see that sometimes, one HTML page is created from more than one PHP file.
PHP and CSS files are used to create the HTML pages.
As you learn more about Zen Cart you will see that sometimes, one HTML page is created from more than one PHP file.
Exactly what are you trying to do?
If you don't want a tagline, copy includes/languages/english.php into includes/languages/YOUR_TEMPLATE (where YOUR_TEMPLATE is the name of your custom template). Open includes/languages/YOUR_TEMPLATE/english.php with a good text editor like Notepad++ or Crimson Editor (both free downloads).
Around Line 11 find
change it to:Code://define('SITE_TAGLINE', 'The Art of E-commerce');
(NOTE: the two single quotes remain)Code://define('SITE_TAGLINE', '');
Save the file and FTP it to the correct folder on your website.
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
I found that with developer's tool kit, but didn't notice the statements were commented out! That's what I get for doing that at work.
Thanks for catching my mistake, Clyde!
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
I have report W3C Markup Validation Service
Errors found while checking this document as XHTML 1.0 Transitional!
Line 1, Column 1: character "" not allowed in prolog
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//E
Whare in ZC is file to edit HTML?
Byte-Order Mark found in UTF-8 File.
The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause problems for some text editors and older browsers. You may want to consider avoiding its use until it is better supported.
Hay to edit UTF-8 (BOM) in UTF-8?