Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -75,8 +75,6 @@ |
76 | 76 | */ |
77 | 77 | $wgMobileFrontendLogo = false; |
78 | 78 | |
79 | | -$wgMobileDomain = '.m.'; |
80 | | - |
81 | 79 | /** |
82 | 80 | * Template for mobile URLs. |
83 | 81 | * |
— | — | @@ -100,7 +98,7 @@ |
101 | 99 | * "en.m.wikipedia.org", your URL template would look like: |
102 | 100 | * %h0.m.%h1.%h2 |
103 | 101 | */ |
104 | | -$wgMobileUrlTemplate = '%h0.m.%h1.%h2'; |
| 102 | +$wgMobileUrlTemplate = ''; |
105 | 103 | |
106 | 104 | /** |
107 | 105 | * URL for script used to disable mobile site |