mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 14:30:28 +00:00
8 lines
172 B
PHP
8 lines
172 B
PHP
<?php
|
|
$type = 'text/css';
|
|
$files = array(
|
|
'../../../LICENSE-INFO.txt',
|
|
'jquery.mobile.theme.css'
|
|
);
|
|
$base = dirname(__FILE__);
|
|
require_once('../../structure/index.php');
|