Quote Originally Posted by kobra View Post
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?