diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-26 20:05:02 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-26 20:05:02 +0000 |
commit | 1abfbf5eaec88e63cea97bde6d1ecceae8e51520 (patch) | |
tree | 569310ca68d9409716ef0402b8e8ae9be76c21e4 | |
parent | 54cd492c8644b250dc24293995fdf61853625adf (diff) |
add page title
git-svn-id: http://piwigo.org/svn/trunk@853 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/cclear/admin/stats.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/cclear/admin/stats.tpl b/template/cclear/admin/stats.tpl index 9806c9dd6..dbfa667a6 100644 --- a/template/cclear/admin/stats.tpl +++ b/template/cclear/admin/stats.tpl @@ -1,3 +1,6 @@ +<!-- $Id$ --> +<h2>{lang:title_history}</h2> + <h3>{L_STAT_TITLE}</h3> <img class="image" src="{IMG_MONTHLY_REPORT}" alt="{L_STAT_MONTHLY_ALT}" /> <h3>{L_STAT_MONTH_TITLE}</h3> |