2010-11-09 21:58:28 +00:00
|
|
|
<?php
|
2011-09-22 06:19:37 +00:00
|
|
|
$type = 'text/css';
|
|
|
|
|
$files = array(
|
2011-11-10 00:00:25 +00:00
|
|
|
'../../../LICENSE-INFO.txt',
|
2012-01-17 04:38:22 +00:00
|
|
|
'jquery.mobile.theme.css',
|
|
|
|
|
'../../structure/jquery.mobile.core.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.fade.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.pop.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.slide.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.slidedown.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.slideup.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.flip.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.turn.css',
|
|
|
|
|
'../../structure/jquery.mobile.transitions.flow.css',
|
|
|
|
|
'../../structure/jquery.mobile.grids.css',
|
|
|
|
|
'../../structure/jquery.mobile.headerfooter.css',
|
|
|
|
|
'../../structure/jquery.mobile.navbar.css',
|
|
|
|
|
'../../structure/jquery.mobile.button.css',
|
|
|
|
|
'../../structure/jquery.mobile.collapsible.css',
|
|
|
|
|
'../../structure/jquery.mobile.controlgroup.css',
|
|
|
|
|
'../../structure/jquery.mobile.dialog.css',
|
|
|
|
|
'../../structure/jquery.mobile.forms.checkboxradio.css',
|
|
|
|
|
'../../structure/jquery.mobile.forms.fieldcontain.css',
|
|
|
|
|
'../../structure/jquery.mobile.forms.select.css',
|
|
|
|
|
'../../structure/jquery.mobile.forms.textinput.css',
|
|
|
|
|
'../../structure/jquery.mobile.listview.css',
|
|
|
|
|
'../../structure/jquery.mobile.forms.slider.css'
|
2010-11-09 21:58:28 +00:00
|
|
|
);
|
2012-01-17 04:38:22 +00:00
|
|
|
|
|
|
|
|
require_once("../../../combine.php");
|