mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Switched over to using template blocks
This commit is contained in:
parent
41ddfebfea
commit
90bbd79e22
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user