Assets
Tài nguyên của theme được chứa trong /views/<current active theme>/assets/
Khai báo sử dụng tài nguyên của theme trong /views/<current active theme>/theme-setting/theme-style.php
Sử dụng tài nguyên cơ bản
Khai báo file style css
function cle_register_style('name', 'file_url.css', page);
Khai báo file script js
function cle_register_script('name', 'file_url.js', page);