コード例 #1
0
ファイル: helpers.php プロジェクト: linhntaim/katniss
function isTabletClient()
{
    return Agent::isTablet();
}