= t("Here are internal Gallery configuration settings. Most of these settings are accessible elsewhere in the administrative console.") ?>
| = t("Module") ?> | = t("Name") ?> | = t("Value") ?> |
|---|---|---|
| = $var->module_name ?> | = html::clean($var->name) ?> | module_name/" . html::clean($var->name)) ?>" class="g-dialog-link" title="= t("Edit %var (%module_name)", array("var" => $var->name, "module_name" => $var->module_name))->for_html_attr() ?>"> if (isset($var->value)): ?> = html::clean($var->value) ?> else: ?> = t("empty") ?> endif ?> |