= 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 ?> | = p::clean($var->name) ?> | module_name/" . p::clean($var->name)) ?>" class="gDialogLink" title="= t("Edit %var (%module_name)", array("var" => p::clean($var->name), "module_name" => $var->module_name)) ?>"> if ($var->value): ?> = p::clean($var->value) ?> else: ?> = t("empty") ?> endif ?> |