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
11 lines
323 B
<?php
|
|
// CSS 파일과 JS파일 추가 (TRUE 옵션을 준경우 옵션을 주지않은경우보다 상위에 위치한다.)
|
|
$this->site->add_css("/assets/css/admin.min.css");
|
|
$this->site->add_js("/assets/js/admin.min.js");
|
|
?>
|
|
<style>
|
|
html,body {height:100%;}
|
|
</style>
|
|
<div class="frame-content">
|
|
<?=$contents?>
|
|
</div>
|