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.
 
 
 
 
 
 

14 lines
350 B

<?php
// CSS 파일과 JS파일 추가 (TRUE 옵션을 준경우 옵션을 주지않은경우보다 상위에 위치한다.)
$this->site->add_css("/assets/css/desktop.min.css");
$this->site->add_js("/assets/js/desktop.min.js");
?>
<div class="container-fluid">
<section id="contents" class="row">
<?=$contents?>
</section>
</div>