10 lines
114 B
PHP
10 lines
114 B
PHP
@if(!defined('BODY'))
|
|
@cview('Assets/header')
|
|
|
|
@endif
|
|
|
|
@view
|
|
|
|
@if(!defined('BODY'))
|
|
@cview('Assets/footer')
|
|
@endif |