From b0a987880a561db50aaa82b893aa633a0f6c7473 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sun, 20 Jan 2008 12:33:11 +0000 Subject: Correction of the bug 779. File history.hrml in French git-svn-id: http://piwigo.org/svn/trunk@2184 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/stats.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'admin/stats.php') diff --git a/admin/stats.php b/admin/stats.php index b06cdba16..9681c4ba0 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -388,6 +388,16 @@ $template->set_filename('stats', 'admin/stats.tpl'); // TabSheet initialization history_tabsheet(); +$base_url = PHPWG_ROOT_PATH.'admin.php?page=history'; + +$template->assign_vars( + array( + 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=history', + + 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=history' + ) + ); + $template->assign_vars( array( 'L_STAT_TITLE' => implode($conf['level_separator'], $title_parts), -- cgit v1.2.3