-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
96 lines (81 loc) · 4.14 KB
/
footer.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<footer class="short" id="footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<a href="demo-law-firm.html" class="logo mb-md">
<img alt="Porto Website Template" class="img-responsive" width="97" height="32" src="<?php
echo $ayarcek['ayar_logo'];
?>">
</a>
<p><?php echo $ayarcek['ayar_description']; ?></p>
</div>
<div class="col-md-3 col-md-offset-1">
<h5 class="mb-sm">Adres Bilgisi</h5>
<ul class="list list-icons mt-xl">
<li><i class="fa fa-map-marker"></i> <strong>Address:</strong> <?php echo $ayarcek['ayar_adres']; ?><br>
<?php echo $ayarcek['ayar_ilce']; ?>/ <?php echo $ayarcek['ayar_il']; ?></li>
<li><i class="fa fa-envelope"></i> <strong>Email:</strong> <a href="mailto:<?php echo $ayarcek['ayar_mail']; ?>"><?php echo $ayarcek['ayar_mail']; ?></a></li>
</ul>
</div>
<div class="col-md-3">
<h5 class="mb-sm">Bize Ulasın</h5>
<span class="phone"><?php echo $ayarcek['ayar_tel']; ?></span>
<ul class="social-icons mt-lg">
<li class="social-icons-facebook"><a href="<?php echo $ayarcek['ayar_facebook']; ?>" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li class="social-icons-twitter"><a href="<?php echo $ayarcek['ayar_twitter']; ?>" target="_blank" title="twitter"><i class="fa fa-twitter"></i></a></li>
<li class="social-icons-youtube"><a href="<?php echo $ayarcek['ayar_youtube']; ?>" target="_blank" title="youtube"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>© Copyright 2017. All Rights Reserved. | <a href="www.alituzn.com" target="_blank"><?php echo $ayarcek["ayar_author"]; ?></a></p>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Vendor -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/jquery.appear/jquery.appear.min.js"></script>
<script src="vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="vendor/jquery-cookie/jquery-cookie.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/common/common.min.js"></script>
<script src="vendor/jquery.validation/jquery.validation.min.js"></script>
<script src="vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.min.js"></script>
<script src="vendor/jquery.gmap/jquery.gmap.min.js"></script>
<script src="vendor/jquery.lazyload/jquery.lazyload.min.js"></script>
<script src="vendor/isotope/jquery.isotope.min.js"></script>
<script src="vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendor/vide/vide.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="js/theme.js"></script>
<!-- Current Page Vendor and Views -->
<script src="vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Current Page Vendor and Views -->
<script src="js/views/view.contact.js"></script>
<!-- Demo -->
<script src="js/demos/demo-law-firm.js"></script>
<!-- Theme Custom -->
<script src="js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="js/theme.init.js"></script>
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information.
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12345678-1', 'auto');
ga('send', 'pageview');
</script>
-->
</body>
</html>