From ecb8233cd7e9fbacd7614028115161565e841d87 Mon Sep 17 00:00:00 2001 From: neoraider Date: Thu, 12 Jan 2006 22:18:03 +0000 Subject: Die Navigationsleiste ist jetzt eingebaut. Viele Bugs wurden gel?st und einiges ?berarbeitet. --- code/message.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'code/message.inc.php') diff --git a/code/message.inc.php b/code/message.inc.php index 8e0a3f0..e3c648b 100644 --- a/code/message.inc.php +++ b/code/message.inc.php @@ -6,8 +6,9 @@ include('code/util.inc.php'); - $message['PageNotFound'] = 'The page $page does not exist.'; - $message['Forbidden'] = 'The page $page is protected.'; + $message['Error'] = 'Error'; + $message['PageNotFound'] = 'The page \'$page\' does not exist.'; + $message['Forbidden'] = 'The page \'$page\' is protected.'; $message['InternalError'] = 'An internal error has occourred.'; if($config['language'] != 'en') @include('lang/' . $config['language'] . '.inc.php'); -- cgit v1.2.3