Switched over to using template blocks

This commit is contained in:
jengo 2001-05-10 12:16:52 +00:00
parent 41ddfebfea
commit 90bbd79e22

View File

@ -18,9 +18,10 @@
include('../header.inc.php');
$phpgw->template->set_file(array(
'list' => 'accesslog.tpl',
'row' => 'accesslog_row.tpl'
'accesslog' => 'accesslog.tpl',
));
$phpgw->template->set_block('accesslog','list','list');
$phpgw->template->set_block('accesslog','row','row');
$show_maxlog = 30;