summaryrefslogtreecommitdiffstats
path: root/settings/templates/settings.php
blob: de8092eeaff5a86ae048ec36206632c9d7251b24 (plain)
1
2
3
4
5
6
7
8
9
<?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) {
	echo $form;
};