From d5f4533cb9385cbf02e9f336ec05fb634c731498 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 1 Sep 2003 14:31:20 +0000 Subject: [PATCH] localized it and made the eGW hack work --- about.php | 7 +++++-- phpgwapi/templates/default/about.tpl | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/about.php b/about.php index 6353e9f64c..5ae81a282d 100644 --- a/about.php +++ b/about.php @@ -100,8 +100,11 @@ function about_app() 'phpgw_about_unknown' => 'about_unknown.tpl' )); - $tpl->set_var('webserver_url',$GLOBALS['phpgw']->common->get_image_path('phpgwapi')); - $tpl->set_var('phpgw_version','phpGroupWare API version ' . $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']); + $tpl->set_var('phpgw_logo',$GLOBALS['phpgw']->common->image('phpgwapi','logo.gif')); + $tpl->set_var('phpgw_version',lang('phpGroupWare API version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi'])); + $tpl->set_var('phpgw_message',lang('%1phpGroupWare%2 is a multi-user, web-based groupware suite written in %3PHP%4.', + '','','','')); + if ($included) { $tpl->set_var('phpgw_app_about',about_app('','')); diff --git a/phpgwapi/templates/default/about.tpl b/phpgwapi/templates/default/about.tpl index 54d268c5a9..5af19cf7ca 100644 --- a/phpgwapi/templates/default/about.tpl +++ b/phpgwapi/templates/default/about.tpl @@ -1,7 +1,7 @@ @@ -11,7 +11,7 @@ - +
- +
{phpgw_version}
phpGroupWare is a multi-user, web-based groupware suite written in PHP.{phpgw_message}