diff options
author | ddtddt <ddtddt@piwigo.org> | 2008-01-20 12:29:38 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2008-01-20 12:29:38 +0000 |
commit | aeacb3f5e91698c2b4cd130436a253b163880b49 (patch) | |
tree | 051c03773932ec7fb7b53babd6654c5095824e05 /admin/stats.php | |
parent | 972b8a1a9b161155db4c9870224019622c872ea6 (diff) |
Correction of the bug 779.
File history.hrml in French
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2183 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/stats.php')
-rw-r--r-- | admin/stats.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/stats.php b/admin/stats.php index 707ed83d8..eab11f5a7 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -389,6 +389,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), |