Code for logo is in index.php of template:
Code:
<div class="logo">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_<?php if($transparentImage=="white") { echo "black"; }else{ echo "white"; } ?>.png" width="381" height="96" alt="joomla restaurant template" /></a>
</div>
you can modify path for image by inserting language tag someware, code for getting tag is:
Code:
<?php
$lang = JFactory::getLanguage();
$lang_tag = $lang->getTag();
?>
you can pay is for custom job to make you this.