mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +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');
|
include('../header.inc.php');
|
||||||
|
|
||||||
$phpgw->template->set_file(array(
|
$phpgw->template->set_file(array(
|
||||||
'list' => 'accesslog.tpl',
|
'accesslog' => 'accesslog.tpl',
|
||||||
'row' => 'accesslog_row.tpl'
|
|
||||||
));
|
));
|
||||||
|
$phpgw->template->set_block('accesslog','list','list');
|
||||||
|
$phpgw->template->set_block('accesslog','row','row');
|
||||||
|
|
||||||
$show_maxlog = 30;
|
$show_maxlog = 30;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user