summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-12 18:32:44 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-12 18:32:44 -0400
commitc2d06db1234580248b9b6475113f3ee1cc0b08ab (patch)
tree05710761064b23cd52a0f1d7e6bc39beff22247f /sites
parent21932a5f8a7ea90cd9251b9db7196b495c6842c3 (diff)
downloadbrdo-c2d06db1234580248b9b6475113f3ee1cc0b08ab.tar.gz
brdo-c2d06db1234580248b9b6475113f3ee1cc0b08ab.tar.bz2
Issue #2538640 by rrrob, dawehner: Add theme_debug to default.settings.php
Diffstat (limited to 'sites')
-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;