footer counter in ýideo portal
This commit is contained in:
parent
d0c1b22752
commit
1909b9082f
|
|
@ -46,9 +46,33 @@
|
|||
<div class="footer-bottom text-center">
|
||||
<div id="theme-credits" class="text-center">
|
||||
<br><br>
|
||||
<a href="http://info.flagcounter.com/yIxW">
|
||||
<img src="http://s01.flagcounter.com/count2/yIxW/bg_FFFFFF/txt_000000/border_CCCCCC/columns_8/maxflags_12/viewers_0/labels_0/pageviews_0/flags_0/percent_0/" alt="Flag Counter" border="0">
|
||||
</a>
|
||||
|
||||
<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','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-102363186-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
||||
<!-- Rating@Mail.ru counter -->
|
||||
<script type="text/javascript">
|
||||
var _tmr = window._tmr || (window._tmr = []);
|
||||
_tmr.push({id: "2913511", type: "pageView", start: (new Date()).getTime()});
|
||||
(function (d, w, id) {
|
||||
if (d.getElementById(id)) return;
|
||||
var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true; ts.id = id;
|
||||
ts.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//top-fwz1.mail.ru/js/code.js";
|
||||
var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);};
|
||||
if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); }
|
||||
})(document, window, "topmailru-code");
|
||||
</script>
|
||||
|
||||
<a href="https://info.flagcounter.com/Rtpe"><img src="https://s11.flagcounter.com/count2/Rtpe/bg_FFFFFF/txt_000000/border_CCCCCC/columns_8/maxflags_15/viewers_0/labels_0/pageviews_0/flags_0/percent_0/" alt="Flag Counter" border="0"></a>
|
||||
<!-- //Rating@Mail.ru counter -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -52,13 +52,17 @@
|
|||
<div class="row" style="margin: 0; padding: 0">
|
||||
<ul class="mobile-menu">
|
||||
|
||||
<li class="pull-left"><a href="index.html" style="text-decoration: none;"><img src="static/img/home.png" alt=""><span style="color: #ffffff">Home</span></a></li>
|
||||
<li class="pull-left"><a href="index.html" style="text-decoration: none;"><img src="static/img/home.png" alt=""><span style="color: #ffffff">Baş</span></a></li>
|
||||
<li class="pull-right button-dropdown">
|
||||
<a href="javascript:void(0)" class="dropdown-toggle" style="text-decoration: none;">
|
||||
<i class="fa fa-reorder"></i><span style="color: #ffffff">Menu</span>
|
||||
<i class="fa fa-reorder"></i><span style="color: #ffffff">Menýu</span>
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
<ul>
|
||||
<a href="{{route('newsList')}}">
|
||||
<li><span>Habarlar</span> <i class="fa fa-angle-right pull-right" style="display: inline-block;"></i>
|
||||
</li>
|
||||
</a>
|
||||
@foreach($menus as $menu)
|
||||
<a href="{{route('menuLinkWeb', $menu->id)}}">
|
||||
<li><span>{{$menu->name}}</span> <i class="fa fa-angle-right pull-right" style="display: inline-block;"></i>
|
||||
|
|
@ -66,12 +70,17 @@
|
|||
</a>
|
||||
@endforeach
|
||||
|
||||
<a href="{{route('home')}}">
|
||||
<li><span>Tölegli maglumat</span> <i class="fa fa-angle-right pull-right" style="display: inline-block;"></i>
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li class="pull-right button-dropdown">
|
||||
<a href="javascript:void(0)" class="dropdown-toggle" style="text-decoration: none;">
|
||||
<i class="fa fa-search"></i><span style="color: #ffffff">Search</span>
|
||||
<i class="fa fa-search"></i><span style="color: #ffffff">Gözleg</span>
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
<form action="{{route('search')}}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue