Added addBuiltinHelpers() to get the escape() function.
authorGunnar Wrobel <p@rdus.de>
Fri, 5 Jun 2009 21:43:06 +0000 (23:43 +0200)
committerGunnar Wrobel <p@rdus.de>
Fri, 5 Jun 2009 21:43:06 +0000 (23:43 +0200)
koward/lib/Koward/View/Object/listall.html.php
koward/lib/Koward/View/Object/search.html.php

index 724ac0a..3d1f72a 100644 (file)
@@ -1,6 +1,8 @@
 <?= $this->renderPartial('header'); ?>
 <?= $this->renderPartial('menu'); ?>
 
+<?= $this->addBuiltinHelpers(); ?>
+
 <?= $this->tabs->render($this->object_type); ?>
 
 <?php if (isset($this->objectlist)): ?>
index a3e65b3..5f2a6fc 100644 (file)
@@ -1,5 +1,8 @@
 <?= $this->renderPartial('header'); ?>
 <?= $this->renderPartial('menu'); ?>
+
+<?= $this->addBuiltinHelpers(); ?>
+
 <?php if (empty($this->objectlist)): ?>
   <?= $this->form->renderActive(new Horde_Form_Renderer(), $this->vars,
                                 $this->post, 'post'); ?>