25 lines
609 B
PHP
25 lines
609 B
PHP
|
|
|
|
|
|
<!-- Footer -->
|
|
<div class="footer text-muted">
|
|
© 2017. <a href="#">Main BackOffice</a> for <?php echo SITE_NAME; ?>
|
|
</div>
|
|
<!-- /footer -->
|
|
|
|
</div>
|
|
<!-- /content area -->
|
|
|
|
</div>
|
|
<!-- /main content -->
|
|
|
|
</div>
|
|
<!-- /page content -->
|
|
|
|
</div>
|
|
<!-- /page container -->
|
|
<script type="text/javascript" src="/assets/customjs/general.js"></script>
|
|
|
|
</body>
|
|
</html>
|