jquery-mobile/css/manifest.php

20 lines
526 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.globalnav.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'
);
?>