|
From: Paul S. O. <ps...@us...> - 2002-01-16 17:56:49
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv26761/includes
Modified Files:
page_tail.php
Log Message:
Add TRANSLATION_INFO for _footer
Index: page_tail.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/page_tail.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** page_tail.php 2001/11/01 22:57:35 1.22
--- page_tail.php 2002/01/16 17:56:46 1.23
***************
*** 49,53 ****
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0 CVS",
! "ADMIN_LINK" => $admin_link));
$template->pparse("overall_footer");
--- 49,55 ----
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0 CVS",
! "TRANSLATION_INFO" => $lang['TRANSLATION_INFO'],
! "ADMIN_LINK" => $admin_link)
! );
$template->pparse("overall_footer");
|