mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-18 15:00:23 +00:00
7 lines
142 B
PHP
7 lines
142 B
PHP
<?php
|
|
$type = 'text/css';
|
|
$files = array(
|
|
'jquery.mobile.theme.css'
|
|
);
|
|
$base = dirname(__FILE__);
|
|
require_once('../../structure/index.php');
|