Warning: Headers already sent (help needed)
Hi.
Is there a kind soul who can help a newbie here, i am going nuts 
I get these 2 errors when i try to load my admin page
-----------------------
Warning: Cannot modify header information - headers already sent by (output started at /home/sites/sanookbrands.com/public_html/includes/languages/english/meta_tags.php:26) in /home/sites/sanookbrands.com/public_html/admin/includes/init_includes/init_templates.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/sites/sanookbrands.com/public_html/includes/languages/english/meta_tags.php:26) in /home/sites/sanookbrands.com/public_html/admin/includes/functions/general.php on line 21
-------------------------------
I did go to faq, and i found this
https://www.zen-cart.com/tutorials/index.php?article=87
but its not to much help.
/meta_tags.php:26 i do not have a line 26
my ?> is in :25 i do not have a any thing in :26
i did try and look for errors but to a newbie as me, i can not see any errors
Is there a kind person who can help me to tell me what is wrong ?
i did try to add some metatags in the .php, then suddenly i got these errors, then i did c/p from the backup i have on my pc back into meta_tags.php, still i am getting these errors, please help a newbie out here.
Below is a c/p from the meta_tags.php
<?php
define('TITLE', 'removed');
define('SITE_TAGLINE', 'removed.');
define('CUSTOM_KEYWORDS', 'removed');
define('HOME_PAGE_META_DESCRIPTION', '');
define('HOME_PAGE_META_KEYWORDS', '');
define('HOME_PAGE_TITLE', ''); // usually best left blank
define('META_TAG_DESCRIPTION_EZPAGE_#','');
define('META_TAG_KEYWORDS_EZPAGE_#','');
define('META_TAG_TITLE_EZPAGE_#','');
define('META_TAG_DESCRIPTION_page_name','');
define('META_TAG_KEYWORDS_PAGE_page_name','');
define('META_TAG_TITLE_PAGE_page_name','');
define('META_TAGS_REVIEW', 'Reviews: ');
define('PRIMARY_SECTION', ' : ');
define('SECONDARY_SECTION', ' - ');
define('TERTIARY_SECTION', ', ');
define('METATAGS_DIVIDER', ' ');
define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit, account_history,account_history_info,account_newsletters,account_notifications,a ccount_password,address_book,advanced_search,advanced_search_result,checkout_suc cess,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,c ookie_usage,create_account_success,contact_us,download,download_timeout,customer s_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,inf o_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_che ck');
?>
Do not walk in front of me, I might not follow,
Do not walk behind me, I might not lead,
But walk instead beside me and be my friend.