2011-08-23 03:40:13 +04:00
|
|
|
<?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.
|
|
|
|
*/?>
|
|
|
|
|
2012-09-07 17:22:01 +04:00
|
|
|
<?php foreach($_['forms'] as $form) {
|
2013-02-28 01:55:39 +04:00
|
|
|
print_unescaped($form);
|
2012-12-15 02:50:21 +04:00
|
|
|
};
|