Просмотр файла social/style/themes/default/foot.php

Размер файла: 791B
<?
list($msec, $sec) = explode(chr(32), microtime());
?>
<nav class='navbar navbar-light' style='background-color: #2a4056; color: #fff;'>
    <ul class='nav navbar-nav'>
	<?
	if ($_SERVER['PHP_SELF'] != '/index.php') 
{
?>
        <li class='nav-item'><a class='nav-link' href='/' data-toggle='tooltip' data-placement='right' title='На главную'><i class="fa fa-home fa-fw fa-lg"></i></a></li>
            <?
}
?>
			<div class="dropdown" style="float: right;">
                <span data-toggle='tooltip' data-placement='left' title='Выход'>
                    <a href="/exit.php" class="nav-link"><i class="fa fa-sign-in fa-fw fa-lg"></i></a>
                </span>
            </div>

    </ul>

</nav>




</div>
</body>
</html>
<?
exit;
?>