Originally Posted by kobra When constants display - there is a mis edit in the definition for it Most likely omission of one or both of the single quotes as in Code: define('NAVBAR_TITLE', 'About Us'); define('HEADING_TITLE', 'About ' . STORE_NAME); Is this something that would be fixed in the Define Pages Editor?
define('NAVBAR_TITLE', 'About Us'); define('HEADING_TITLE', 'About ' . STORE_NAME);
Forum Rules