From f266c3b4cb4dd517eb4ccf7aa4e5a46936e5ccff Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 8 Mar 2007 22:14:14 +0000 Subject: Add tabsheet on administration pages. Step 3: Tabsheet for configuration & history Change css tabsheet to do like p0w0 for all themes git-svn-id: http://piwigo.org/svn/trunk@1881 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/stats.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'admin/stats.php') diff --git a/admin/stats.php b/admin/stats.php index a6386b1b9..707ed83d8 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -31,6 +31,7 @@ if (!defined("PHPWG_ROOT_PATH")) } include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); +include_once(PHPWG_ROOT_PATH.'admin/include/functions_history.inc.php'); // +-----------------------------------------------------------------------+ // | Functions | @@ -383,7 +384,10 @@ if (isset($page['day'])) $period_label = l10n('Hour'); } -$template->set_filenames(array('stats'=>'admin/stats.tpl')); +$template->set_filename('stats', 'admin/stats.tpl'); + +// TabSheet initialization +history_tabsheet(); $template->assign_vars( array( -- cgit v1.2.3