jquery-mobile/css/themes/default/index.php
2012-01-13 17:27:56 +07:00

7 lines
129 B
PHP

<?php
$type = 'text/css';
$files = array(
'../../../LICENSE-INFO.txt',
'jquery.mobile.theme.css'
);
$base = dirname(__FILE__);