mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-06 15:40:59 +00:00
7 lines
137 B
PHP
7 lines
137 B
PHP
<?php
|
|
$type = 'text/css';
|
|
$files = array(
|
|
'jquery.mobile.theme.css'
|
|
);
|
|
$base = dirname(__FILE__);
|
|
require_once('../../core/index.php');
|