예제 #1
0
파일: assets.php 프로젝트: hbnro/habanero
function append_css($test, $to = 'head')
{
    \Sauce\App\Assets::append($test, $to);
}