diff options
author | ddtddt <ddtddt@piwigo.org> | 2008-01-20 20:11:00 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2008-01-20 20:11:00 +0000 |
commit | 8104cb71cfc1612ac97bd5e35a9b21120af59f83 (patch) | |
tree | 7a0c51111361237bfb636ad9db557d1f912041b2 /admin | |
parent | aeacb3f5e91698c2b4cd130436a253b163880b49 (diff) |
code's cleaning you rub
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2185 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/stats.php | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/admin/stats.php b/admin/stats.php index eab11f5a7..d567d3f47 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -393,16 +393,10 @@ $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), 'PERIOD_LABEL' => $period_label, + 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=history', + 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=history', ) ); |