jquery-mobile/css/themes/default/index.php
2011-11-09 16:00:25 -08:00

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');