PHP Classes

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

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/admin/views/footer.php   Download  
File: CoffeeCMS/contents/themes/admin/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: 469 bytes
 

Contents

Class file image Download

  <!-- /.control-sidebar -->

  <!-- Main Footer -->
  <footer class="main-footer">
    <a href="https://github.com/coffeecms/cms" target="_blank"><span>Powered by CoffeeCMS</span></a>
    <div class="float-right d-none d-sm-inline-block">
  <span>Version <?php echo Configs::$_['version'];?></span>
    </div>
  </footer>
</div>
<!-- ./wrapper -->

<!-- REQUIRED SCRIPTS -->
<?php coffee_admin_footer();?>

<script>renderPluginShortCode();</script>

</body>
</html>