jquery-mobile/css/manifest.php
2010-10-06 00:16:43 -04:00

21 lines
559 B
PHP

<?
$elements = array(
'jQuery.mobile.theme.css',
'jQuery.mobile.core.css',
'jQuery.mobile.transitions.css',
'jQuery.mobile.grids.css',
'jQuery.mobile.headerfooter.css',
'jQuery.mobile.navlist.css',
'jQuery.mobile.button.css',
'jQuery.mobile.collapsible.css',
'jQuery.mobile.controlgroup.css',
'jQuery.mobile.dialog.css',
'jQuery.mobile.forms.checkboxradio.css',
'jQuery.mobile.forms.fieldcontain.css',
'jQuery.mobile.forms.select.css',
'jQuery.mobile.forms.textinput.css',
'jQuery.mobile.listview.css',
'jQuery.mobile.forms.slider.css'
);
?>