mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
7 lines
123 B
PHP
7 lines
123 B
PHP
<?php
|
|
$type = 'text/css';
|
|
$files = array(
|
|
'../../../LICENSE-INFO.txt',
|
|
'jquery.mobile.css'
|
|
);
|
|
$base = dirname(__FILE__);
|