shania68 Posted September 21, 2010 Share Posted September 21, 2010 Hi, I have been searching around and I need some advise, a link or something to fix my front www.romeoogjulie.com Ive tried catalog/index.php includes/languages/mylanguage and includes/languages/mylanguage/index.php and in english I dont know how to fix HEADING_TITLE and standard text, Ive been looking in original oscommerce files and mine Thanks Link to comment Share on other sites More sharing options...
seandenby Posted September 21, 2010 Share Posted September 21, 2010 its all in the stylesheet.css file thats what defines the text type and size etc Link to comment Share on other sites More sharing options...
Guest Posted September 21, 2010 Share Posted September 21, 2010 Hi, I have been searching around and I need some advise, a link or something to fix my front www.romeoogjulie.com Ive tried catalog/index.php includes/languages/mylanguage and includes/languages/mylanguage/index.php and in english I dont know how to fix HEADING_TITLE and standard text, Ive been looking in original oscommerce files and mine Thanks Take a look in this file: catalog\includes\languages\norwegian\index.php define('HEADING_TITLE', 'Vi har følgende produkter i denne kategorien'); and in all files in this catalog: catalog\includes\languages\norwegian\*.php This is for the norwegian language that I think you are using Link to comment Share on other sites More sharing options...
shania68 Posted September 21, 2010 Author Share Posted September 21, 2010 Take a look in this file: catalog\includes\languages\norwegian\index.php define('HEADING_TITLE', 'Vi har følgende produkter i denne kategorien'); and in all files in this catalog: catalog\includes\languages\norwegian\*.php This is for the norwegian language that I think you are using Yes thanks and yes its norwegian:) and whats missing? Link to comment Share on other sites More sharing options...
shania68 Posted September 21, 2010 Author Share Posted September 21, 2010 Yes thanks and yes its norwegian:)yes thanks for helping me out:) Link to comment Share on other sites More sharing options...
MrPhil Posted September 21, 2010 Share Posted September 21, 2010 If you're getting HEADING_TITLE on your page, rather than the desired text, it means that define('HEADING_TITLE', 'lsjdfkjlkjdsfjsdlkjsd'); is not being found in any file pulled in by that page. Is it missing from that page's language file, e.g., includes/languages/norge/account_edit.php, etc.? Take a look through a "vanilla" osC installation's files to see all the places where HEADING_TITLE is defined. Link to comment Share on other sites More sharing options...
germ Posted September 21, 2010 Share Posted September 21, 2010 How to Secure Your Site Visit the above link and apply some security fixes. Especially the ones concerning the admin folder. I've been to your site. It's a hack just waiting to happen... :o If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.