<?php
if ($_SERVER['PHP_SELF'] !== '/index.php') {
echo '<div class="footer_end11"><a href="'.HTTPHOME.'"><img src="'.HTTPHOME.'/images/home.png"> Главная</a></div>';
$main = '';
} else {
$main = '_index';
}
include_once FLEVEL.'local/main/tail'.$main.'.tpl';
echo '</body>';
echo '</html>';
?>