mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Added a short cut to echo $phpgw->template->finish($phpgw->template->parse('out','form'));
This commit is contained in:
parent
bf76a6497f
commit
2509cf0e65
@ -193,6 +193,12 @@ class Template {
|
||||
return false;
|
||||
}
|
||||
|
||||
// This is a short cut for print finish parse
|
||||
function pfp($target, $handle, $append = false)
|
||||
{
|
||||
echo $this->finish($this->parse($target, $handle, $append));
|
||||
}
|
||||
|
||||
/* public: get_vars()
|
||||
*/
|
||||
function get_vars() {
|
||||
|
Loading…
Reference in New Issue
Block a user