mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-22 08:50:30 +00:00
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.
21 lines
558 B
PHP
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'
|
|
);
|
|
|
|
?>
|