コード例 #1
0
ファイル: assets.php プロジェクト: hbnro/habanero
function append_css($test, $to = 'head')
{
    \Sauce\App\Assets::append($test, $to);
}