PHP Classes

File: contents/themes/simplecolor/view/footer.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   contents/themes/simplecolor/view/footer.php   Download  
File: contents/themes/simplecolor/view/footer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change: Improve system
Date: 8 years ago
Size: 778 bytes
 

Contents

Class file image Download
<!-- footer -->
<div class="container-fluid container-footer">
  <div class="row">
  <div class="col-lg-10 col-lg-offset-1">
    <!-- row -->
    <div class="row">
    <div class="col-lg-6">
    <span>Simple Color Theme</span>
    </div>
    <div class="col-lg-6 text-right">
    <span>Powered by <a href="http://noblessecms.com/" target="_blank">Noblesse CMS</a></span>
    </div>

    </div>
    <!-- row -->
  </div>
  </div>
</div>
<!-- footer -->



    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->

    <script src="<?php echo System::getThemeUrl();?>js/bootstrap.min.js"></script>
      <?php echo System::getVar('site_footer');?>

 
  </body>
</html>