Pre-release: Display "no links" if no links are configured: http://www.board3.de/viewtopic.php?style=1&f=14&t=468

This commit is contained in:
Kevin
2008-04-29 11:56:47 +00:00
parent 8a78202604
commit 33ec57d087
4 changed files with 13 additions and 3 deletions

View File

@@ -113,7 +113,8 @@ $lang = array_merge($lang, array(
'NO_ATTACHMENTS' => 'Keine Dateianhänge',
// links
'LINKS' => 'Links',
'LINKS' => 'Links',
'NO_LINKS' => 'Keine Links vorhanden',
// latest members
'LATEST_MEMBERS' => 'Neue Mitglieder',