From 19bcd5a25031eda347f970b87d596280b186edcf Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Tue, 10 Jan 2012 14:32:48 -0800 Subject: [PATCH] Have index.php serve the right file, this is deprecated and should be removed before 1.1 release --- css/themes/default/index.php | 2 +- css/themes/valencia/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/themes/default/index.php b/css/themes/default/index.php index 7a4adcc9..431474dd 100644 --- a/css/themes/default/index.php +++ b/css/themes/default/index.php @@ -2,6 +2,6 @@ $type = 'text/css'; $files = array( '../../../LICENSE-INFO.txt', - 'jquery.mobile.theme.css' + 'jquery.mobile.css' ); $base = dirname(__FILE__); diff --git a/css/themes/valencia/index.php b/css/themes/valencia/index.php index 7a4adcc9..431474dd 100644 --- a/css/themes/valencia/index.php +++ b/css/themes/valencia/index.php @@ -2,6 +2,6 @@ $type = 'text/css'; $files = array( '../../../LICENSE-INFO.txt', - 'jquery.mobile.theme.css' + 'jquery.mobile.css' ); $base = dirname(__FILE__);