summaryrefslogtreecommitdiff
path: root/sites/default/default.settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'sites/default/default.settings.php')
-rw-r--r--sites/default/default.settings.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 214e93957..7e36a4ab5 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -566,3 +566,21 @@ $conf['404_fast_html'] = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
* Remove the leading hash signs to disable.
*/
# $conf['allow_authorize_operations'] = FALSE;
+
+/**
+ * Theme debugging:
+ *
+ * When debugging is enabled:
+ * - The markup of each template is surrounded by HTML comments that contain
+ * theming information, such as template file name suggestions.
+ * - Note that this debugging markup will cause automated tests that directly
+ * check rendered HTML to fail.
+ *
+ * For more information about debugging theme templates, see
+ * https://www.drupal.org/node/223440#theme-debug.
+ *
+ * Not recommended in production environments.
+ *
+ * Remove the leading hash sign to enable.
+ */
+# $conf['theme_debug'] = TRUE;