Changeset 1881 for trunk/admin/stats.php


Ignore:
Timestamp:
Mar 8, 2007, 11:14:14 PM (17 years ago)
Author:
rub
Message:

Add tabsheet on administration pages.

Step 3: Tabsheet for configuration & history

Change css tabsheet to do like p0w0 for all themes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/stats.php

    r1782 r1881  
    3232
    3333include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
     34include_once(PHPWG_ROOT_PATH.'admin/include/functions_history.inc.php');
    3435
    3536// +-----------------------------------------------------------------------+
     
    384385}
    385386
    386 $template->set_filenames(array('stats'=>'admin/stats.tpl'));
     387$template->set_filename('stats', 'admin/stats.tpl');
     388
     389// TabSheet initialization
     390history_tabsheet();
    387391
    388392$template->assign_vars(
Note: See TracChangeset for help on using the changeset viewer.