Open includes/page_header.php
Find
PHP
?>
add before
PHP
//-----------------------------------------------------
//--- Language Flag Button ----------------------------
//-----------------------------------------------------
$flag_links = "<a href='".$_SERVER["PHP_SELF"]."?".$_SERVER["QUERY_STRING"]."&l=turkish'><img src='".ROOT_PATH."images/tr.gif' alt='Türkçe' border='0' style='vertical-align:middle'></a> <a href='".$_SERVER["PHP_SELF"]."?".$_SERVER["QUERY_STRING"]."&l=english'><img src='".ROOT_PATH."images/gb.gif' alt='English' border='0' style='vertical-align:middle'></a>";
$site_template->register_vars("flag_links",$flag_links );
and open templates/your_template_name/header.html
and put this code to a suitable place:
CODE
{flag_links}
http://demo.seportal.org/images/tr.gif
http://demo.seportal.org/images/gb.gif