PHP Classes

File: CoffeeCMS/contents/themes/cfnews/views/footer.php

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/views/footer.php   Download  
File: CoffeeCMS/contents/themes/cfnews/views/footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Coffee CMS
Content management system using MVC based themes
Author: By
Last change:
Date: 2 years ago
Size: 595 bytes
 

Contents

Class file image Download

    <footer>
    <div class='row'>
        <div class='col-lg-12 col-md-12 col-sm-12'>
            <div class=' bg-black' style='padding-left:20px;padding-top:50px;padding-bottom:50px;'>
            <h6>EditedCFNews All rights reserved. Theme by Coffee Team Powered by CoffeeCMS</h6>
            </div>
        </div>
    </div>
    </footer>



</div>

<script>

$(document).on('click','.btnSearch',function(){
    var k=$('.input-search-keywords').val().trim();

    if(k.length > 0)
    {
        location.href='<?php echo SITE_URL;?>search?k='+k;
    }
   
});


</script>
</body>

</html>