jquery-mobile/themes/default/manifest.php
scottjehl d5cbcf755b Created a themes directory and moved all CSS and images there.
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.

Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00

21 lines
558 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.navbar.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'
);
?>