X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fphpldapadmin%2Fconfig.php;h=6d6a00ee855e22bbe6ab0998d9576400925d84c1;hb=7d72d573ec980bed29ca0a7508171f92f1c1076c;hp=18c8892d74bff38644a7e82a1b71ccf2bb8131a2;hpb=8f785b5e26be300f48203d9e7d8ea66dace8dc9e;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/phpldapadmin/config.php b/etc/phpldapadmin/config.php index 18c8892..6d6a00e 100644 --- a/etc/phpldapadmin/config.php +++ b/etc/phpldapadmin/config.php @@ -119,6 +119,9 @@ $config->custom->commands['all'] = array( // Use the displayName in the tree view, when available. $config->custom->appearance['tree_display_formats'] = array("%displayName", "%rdnValue"); +// Only use custom templates (starting with custom_) +$config->custom->appearance['custom_templates_only'] = true; + /* If you want to choose the appearance of the tree, specify a class name which inherits from the Tree class. */ // $config->custom->appearance['tree'] = "AJAXTree";