Kjolebutikken Posted April 4, 2010 Posted April 4, 2010 Hi, I get this error on the startpage in admin (admin/index.php): //BEGIN -- newsdesk array( 'title' => BOX_HEADING_NEWSDESK, 'image' => 'catalog.gif', 'href' => tep_href_link(FILENAME_NEWSDESK, 'selected_box=newsdesk'), 'children' => array( array('title' => NEWSDESK_ARTICLES, 'link' => tep_href_link(FILENAME_NEWSDESK, 'selected_box=newsdesk')), array('title' => NEWSDESK_REVIEWS, 'link' => tep_href_link(FILENAME_NEWSDESK_REVIEWS, 'selected_box=newsdesk')))), //END -- newsdesk Can anybody help? Thanks :-) Best regards Kjolebutikken
MrPhil Posted April 4, 2010 Posted April 4, 2010 You've got PHP code stuck outside of a <?php ... ?> code section. Edit the file (probably one of the language files) and move those "newsdesk" lines inside the PHP code section.
Kjolebutikken Posted April 5, 2010 Author Posted April 5, 2010 You've got PHP code stuck outside of a <?php ... ?> code section. Edit the file (probably one of the language files) and move those "newsdesk" lines inside the PHP code section. Thank you :-) Finally found which file the error was in, it was in admin/index.php. It works fine now :-)) Best regards Kjolebutikken
Recommended Posts
Archived
This topic is now archived and is closed to further replies.