jquery-mobile/css/manifest.php

21 lines
526 B
PHP
Raw Normal View History

2010-09-10 22:23:13 +00:00
<?
$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'
2010-09-10 22:23:13 +00:00
);
?>