Index: branches/new-installer/phase3/includes/installer/Installer.php |
— | — | @@ -178,15 +178,15 @@ |
179 | 179 | ), |
180 | 180 | 'pd' => array( |
181 | 181 | 'url' => 'http://creativecommons.org/licenses/publicdomain/', |
182 | | - 'icon' => '${wgScriptPath}/skins/common/images/public-domain.png', |
| 182 | + 'icon' => '{$wgStylePath}/common/images/public-domain.png', |
183 | 183 | ), |
184 | 184 | 'gfdl-old' => array( |
185 | 185 | 'url' => 'http://www.gnu.org/licenses/old-licenses/fdl-1.2.html', |
186 | | - 'icon' => '${wgScriptPath}/skins/common/images/gnu-fdl.png', |
| 186 | + 'icon' => '{$wgStylePath}/common/images/gnu-fdl.png', |
187 | 187 | ), |
188 | 188 | 'gfdl-current' => array( |
189 | 189 | 'url' => 'http://www.gnu.org/copyleft/fdl.html', |
190 | | - 'icon' => '${wgScriptPath}/skins/common/images/gnu-fdl.png', |
| 190 | + 'icon' => '{$wgStylePath}/common/images/gnu-fdl.png', |
191 | 191 | ), |
192 | 192 | 'cc-choose' => array( |
193 | 193 | // details will be filled in by the selector |