forked from jquery-archive/jquery-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
21 lines (19 loc) · 834 Bytes
/
index.php
File metadata and controls
21 lines (19 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$files = array_merge($files, array(
'../../structure/jquery.mobile.core.css',
'../../structure/jquery.mobile.transitions.css',
'../../structure/jquery.mobile.grids.css',
'../../structure/jquery.mobile.headerfooter.css',
'../../structure/jquery.mobile.navbar.css',
'../../structure/jquery.mobile.button.css',
'../../structure/jquery.mobile.collapsible.css',
'../../structure/jquery.mobile.controlgroup.css',
'../../structure/jquery.mobile.dialog.css',
'../../structure/jquery.mobile.forms.checkboxradio.css',
'../../structure/jquery.mobile.forms.fieldcontain.css',
'../../structure/jquery.mobile.forms.select.css',
'../../structure/jquery.mobile.forms.textinput.css',
'../../structure/jquery.mobile.listview.css',
'../../structure/jquery.mobile.forms.slider.css'
));
require_once($base.'/../../../combine.php');