Sorry, there I found no other META tags.
I inserted the line and got a parsing error. on that line where I inserted the code:
<?php
// This is the code which will be placed in the head section
<meta name="uri-translation" content="on" />
// No direct access.
defined('_JEXEC') or die;
$this->addTemplateFavicon();
// check the color version
$template_style = $this->getTemplateStyle('style');
// load the CSS files
$this->API->addCSS($this->API->URLtemplate() . '/css/k2.css');
...
Any idea ?