Index: trunk/phase3/skins/CologneBlue.php |
— | — | @@ -262,7 +262,7 @@ |
263 | 263 | |
264 | 264 | $s .= $this->menuHead( "qbspecialpages" ) |
265 | 265 | . $this->specialLink( "newpages" ) |
266 | | - . $sep . $this->specialLink( "imagelist" ) |
| 266 | + . $sep . $this->specialLink( "listfiles" ) |
267 | 267 | . $sep . $this->specialLink( "statistics" ); |
268 | 268 | if ( $wgUser->isLoggedIn() && $wgEnableUploads ) { |
269 | 269 | $s .= $sep . $this->specialLink( "upload" ); |