-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.inc.php
34 lines (31 loc) · 1.07 KB
/
footer.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div class="container">
<div class="row">
<div id="footer">
<div class="nizLogo pull-left">
<a class="" href="/">
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-connectdevelop fa-stack-1x"></i>
</span>z1q.ru
</a>
© <? if(date('Y') > '2015') { echo '2015 -';} echo date('Y'); ?>
<? include $_SERVER['DOCUMENT_ROOT']."/inc/count.inc.php";?>
<span class="fa-stack fa-lg"><a href="https://github.com/rasxod/tech.z1q" ><i class="fa fa-github fa-2x" title="Наш проект на Git"></i></a></span>
</div>
<ul class="nav nav-pills pull-right" role="tablist">
<?=getMT($page); ?>
</ul>
</div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<?
if ($testing == 1 ) {
include $_SERVER['DOCUMENT_ROOT']."/inc/testing.inc.php";
}
?>
<script>
document.write('<script src="http://sharebutton.net/plugin/sharebutton.php?type=horizontal&u=' + encodeURIComponent(document.location.href) + '"></scr' + 'ipt>');
</script>
</body>
</html>