jquery-mobile/css/themes/default/index.php
2012-01-10 16:35:51 -05:00

7 lines
129 B
PHP

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