You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
323 B

7 years ago
  1. <?php
  2. // CSS 파일과 JS파일 추가 (TRUE 옵션을 준경우 옵션을 주지않은경우보다 상위에 위치한다.)
  3. $this->site->add_css("/assets/css/admin.min.css");
  4. $this->site->add_js("/assets/js/admin.min.js");
  5. ?>
  6. <style>
  7. html,body {height:100%;}
  8. </style>
  9. <div class="frame-content">
  10. <?=$contents?>
  11. </div>