3
3
Here you can set up global parameters (variables) that can be used throughout the application. This keeps all settings in a single place, click on a global param link to edit that item or add a new one at the bottom
5
5
<legend>Global Parameters</legend>
14
15
<?php foreach ($ag_global_params as $ag_global_param): ?>
17
18
<td><?php echo $ag_global_param->getValue() ?></td>
24
28
//this still needs some fixing
25
29
include_partial('paramform', array('paramform' => $paramform)) ?>