i will remove index.php in the url generate in footer e logo
in this mode is ok
root/templates/ja_teline_iv/blocks/header.php
<?php
$app = & JFactory::getApplication();
$siteName = $app->getCfg('sitename');
if ($this->getParam('logoType', 'image')=='image'): ?>
<h1 class="logo">
<a href="<?php echo $this->baseurl; ?>/"></a>
</h1>
root/templates/ja_teline_iv/blocks/footer.php
<?php
$app = & JFactory::getApplication();
$siteName = $app->getCfg('sitename');
?>
<div id="ja-footlogo" >
<a href="<?php echo $this->baseurl; ?>/"><img src="..//images/logofooter.png"></a>
</div>