TemplateParser

This commit is contained in:
Paminger
2016-06-18 09:11:00 +02:00
parent b5d14fb59f
commit 3d45527a5d
6 changed files with 128 additions and 41 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Betreff: <?php echo $message->subject; ?><br/>
Text: <?php echo $message->body; ?><br/>
<?php
// This is an example to show that you can load stuff from inside the template file
echo $this->template->widget("organisationseinheit_widget", array('title' => 'Organisationseinheit', 'oe_kurzbz' => $message->oe_kurzbz));
echo $this->templatelib->widget("organisationseinheit_widget", array('title' => 'Organisationseinheit', 'oe_kurzbz' => $message->oe_kurzbz));
?>
</div>