jquery-mobile/css/themes/default/index.php
2011-10-17 13:47:08 -07:00

7 lines
137 B
PHP

<?php
$type = 'text/css';
$files = array(
'jquery.mobile.theme.css'
);
$base = dirname(__FILE__);
require_once('../../core/index.php');