diff --git a/include/I18N.php b/include/I18N.php index e38bdcc7..f31023f2 100644 --- a/include/I18N.php +++ b/include/I18N.php @@ -1,10 +1,10 @@ 'CompatibilityPage', - 'contact' => 'ContactPage', - 'credits' => 'CreditsPage', - 'demos' => 'DemosPage', - 'documentation' => 'DocumentationPage', - 'downloads' => 'DownloadsPage', - 'games' => 'GamesPage', - 'faq' => 'FAQPage', - 'feeds' => 'FeedsPage', - 'links' => 'LinksPage', + 'compatibility' => 'ScummVM\Pages\CompatibilityPage', + 'contact' => 'ScummVM\Pages\ContactPage', + 'credits' => 'ScummVM\Pages\CreditsPage', + 'demos' => 'ScummVM\Pages\DemosPage', + 'documentation' => 'ScummVM\Pages\DocumentationPage', + 'downloads' => 'ScummVM\Pages\DownloadsPage', + 'games' => 'ScummVM\Pages\GamesPage', + 'faq' => 'ScummVM\Pages\FAQPage', + 'feeds' => 'ScummVM\Pages\FeedsPage', + 'links' => 'ScummVM\Pages\LinksPage', 'news' => 'ScummVM\Pages\NewsPage', - 'press' => 'PressPage', - 'presssnowberry' => 'PressSnowberryPage', - 'screenshots' => 'ScreenshotsPage', - 'subprojects' => 'SubprojectsPage', + 'press' => 'ScummVM\Pages\PressPage', + 'presssnowberry' => 'ScummVM\Pages\PressSnowberryPage', + 'screenshots' => 'ScummVM\Pages\ScreenshotsPage', + 'subprojects' => 'ScummVM\Pages\SubprojectsPage', ); /* Default to the news page. */