jquery-mobile/css/themes/default/index.php

8 lines
182 B
PHP

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