mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
add set_var for new template
This commit is contained in:
parent
80d8e7a25e
commit
ce2f671f89
@ -541,7 +541,7 @@
|
||||
),
|
||||
'print' => $print
|
||||
);
|
||||
|
||||
//todo
|
||||
$p = CreateObject('phpgwapi.Template',$this->template_dir);
|
||||
$p->set_file(
|
||||
Array(
|
||||
@ -2735,6 +2735,8 @@
|
||||
$date = sprintf('%04d%02d%02d',$year,$month,$day);
|
||||
$this->link_tpl->set_var('link_link',$this->page('view','&cal_id='.$event['id'].'&date='.$date));
|
||||
$this->link_tpl->set_var('lang_view',lang('View this entry'));
|
||||
$this->link_tpl->set_var('desc', $textdesc);
|
||||
$this->link_tpl->set_var('location', $textlocation);
|
||||
$this->link_tpl->parse('picture','link_open',True);
|
||||
}
|
||||
if (!$is_private)
|
||||
|
Loading…
Reference in New Issue
Block a user