home
/
zktecojo
/
public_html
/
app
/
views-feb 24
/
frontend
/
old
/
common
➕ New
📤 Upload
✎ Editing:
footerscripts.blade.php
← Back
<footer id="footer" class="midnight-blue "> <div class="container"> <div class="row"> <div class="col-md-9 col-sm-8"> <div class="copy-right"> <?php echo Lang::get('messages.copyright'); ?> {{{ date('Y')}}} <?php echo ($lang=="ar")?$adminSetting->sitename_arabic:$adminSetting->sitename; ?> <?php echo Lang::get('messages.all_rights'); ?> <?php if(!empty($footerMenu)) { $k=1; $fotMenuCount = count($footerMenu); ?> | <?php foreach($footerMenu as $footMenu ){ $k++; ?> <a href="<?php echo URL::to('/')?>/page/<?php echo $footMenu->menu_alias; ?>"><?php echo $footMenu->menu_name; ?></a> <?php if($k<=$fotMenuCount) { ?> | <?php } ?> <?php } ?> <?php } ?> </div> <div class="pgs"> <?php echo Lang::get('messages.design'); ?> <a target="_blank" href="http://pgsuae.com/"><?php echo Lang::get('messages.planet'); ?> </a> </div> </div> <div class="col-md-3 col-sm-4 blk"> <div class="iso-certified"> <img src="{{ asset('assets/uploads/setting/'.$adminSetting->certification_logo1) }}" class="img-responsive logoImg"></div> <div class="cert"> <img src="{{ asset('assets/uploads/setting/'.$adminSetting->certification_logo2) }}" class="img-responsive logoImg "></div> </div> </div> </div> </footer> <!--/#footer--> <script src="{{ asset('assets/js/jquery.js') }}"></script> <script src="{{ asset('assets/js/bootstrap.min.js') }}"></script> <script src="{{ asset('assets/js/jquery-migrate-1.2.1.min.js') }}"></script> @if(!empty($isHomePage)) <script src="{{ asset('assets/js/grayscale.js') }}"></script> <script src="{{ asset('assets/js/functions.js') }}"></script> @endif <!----> <script src="{{ asset('assets/js/jquery.mCustomScrollbar.concat.min.js') }}"></script> <!--<script src="{{ asset('assets/js/stressTest.js') }}"></script>--> <script type="text/javascript"> $(document).ready(function(e){ /* $('.social-media a').click(function(e){ e.preventDefault(); stressTest.bookmarklet(); }); */ $('.languagea').on('click',function(e){ e.preventDefault(); // console.log($(this).attr('href') +'?redirect='+window.location);return; window.location = $(this).attr('href') +'?redirect='+window.location; }); $('.dropdown-menu > li').on('mouseover',function(){ console.log('asd') $(this).closest('.dropdown-menu').prev().addClass('menuActive'); }); $('.dropdown-menu > li').on('mouseout',function(){ $(this).closest('.dropdown-menu').prev().removeClass('menuActive'); }); (function($){ $(window).load(function(){ $(".scroll-content").mCustomScrollbar({ theme:"dark-thin", scrollInertia:400 }); }); })(jQuery); }); </script>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel