a661f043e1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 lines
261 B
PHP
9 lines
261 B
PHP
<?php /**
|
|
* Copyright (c) 2011, Robin Appelman <icewind1991@gmail.com>
|
|
* This file is licensed under the Affero General Public License version 3 or later.
|
|
* See the COPYING-README file.
|
|
*/?>
|
|
|
|
<?php foreach($_['forms'] as $form) {
|
|
print_unescaped($form);
|
|
}
|