Index: trunk/extensions/MobileFrontend/views/layout/application.html.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | $endScriptTag = '"></script>'; |
22 | 22 | $javaScriptPath = $wgExtensionAssetsPath . '/MobileFrontend/javascripts/'; |
23 | 23 | |
24 | | -$openSearchScript = $startScriptTag . $javaScriptPath . $betaPrefix . 'opensearch.js?version=11082011124437' . $endScriptTag; |
| 24 | +$openSearchScript = $startScriptTag . $javaScriptPath . $betaPrefix . 'opensearch.js?version=12012011124437' . $endScriptTag; |
25 | 25 | |
26 | 26 | $applicationHtml = <<<EOT |
27 | 27 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
— | — | @@ -29,8 +29,8 @@ |
30 | 30 | <head> |
31 | 31 | <title>{$htmlTitle}</title> |
32 | 32 | <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> |
33 | | - <link href='{$wgExtensionAssetsPath}/MobileFrontend/stylesheets/{$betaPrefix}common.css?version=11082011120834' media='all' rel='Stylesheet' type='text/css' /> |
34 | | - <link href='{$wgExtensionAssetsPath}/MobileFrontend/stylesheets/{$cssFileName}.css?version=10202011120715' media='all' rel='Stylesheet' type='text/css' /> |
| 33 | + <link href='{$wgExtensionAssetsPath}/MobileFrontend/stylesheets/{$betaPrefix}common.css?version=12012011120834' media='all' rel='Stylesheet' type='text/css' /> |
| 34 | + <link href='{$wgExtensionAssetsPath}/MobileFrontend/stylesheets/{$cssFileName}.css?version=12012011120715' media='all' rel='Stylesheet' type='text/css' /> |
35 | 35 | <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> |
36 | 36 | <meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> |
37 | 37 | {$appleTouchIconTag} |