ygo Posted January 20, 2006 Posted January 20, 2006 I found this line in /includes/languages/english.php define('TITLE',STORE_NAME); I cannot find where STORE_NAME is. Anyone please help me. Thanx a lot. :)
ygo Posted January 20, 2006 Author Posted January 20, 2006 Sorry but I cannot see it in admin/configuration.php :( Where is it really saved in?
osSea Posted January 20, 2006 Posted January 20, 2006 It's actually stored in the 'configuration' table in the database, but Mike is right in that it's set in the Admin->Configuration/MyStore part of the interface. Cheers.
ygo Posted January 21, 2006 Author Posted January 21, 2006 So it's not a constant in PHP script right? Thanx all so much :)
GraphicsGuy Posted January 21, 2006 Posted January 21, 2006 So it's not a constant in PHP script right? Correct. It is stored in the database and when needed it is read from the database by a query. Rule #1: Without exception, backup your database and files before making any changes to your files or database. Rule #2: Make sure there are no exceptions to Rule #1.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.