- Fixed little issue with function name
[haanga.git] / tests / tmp / assert_templates_with.tpl.php
bloba2da9469e02d068d0ec4d99177999bd47a55dafe
1 <?php
2 /* Generated from /home/crodas/projects/playground/haanga/tests/assert_templates/with.tpl */
3 function haanga_ad6dd0eee474a04063740442710df73ac63054c4($vars, $return=FALSE, $blocks=array())
5 extract($vars);
6 if ($return == TRUE) {
7 ob_start();
9 foreach ($users as $user) {
10 echo "\n \n ".htmlentities(strtoupper($user["name"]))." == ".htmlentities(strtoupper($user["name"]))."\n \n";
12 echo "\n";
13 if ($return == TRUE) {
14 return ob_get_clean();