summaryrefslogtreecommitdiff
path: root/docs/designers/chapter-debugging-console.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/designers/chapter-debugging-console.md')
-rw-r--r--docs/designers/chapter-debugging-console.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/designers/chapter-debugging-console.md b/docs/designers/chapter-debugging-console.md
index 6704fce2..50acd195 100644
--- a/docs/designers/chapter-debugging-console.md
+++ b/docs/designers/chapter-debugging-console.md
@@ -10,8 +10,7 @@ of the console.
Set [`$debugging`](../programmers/api-variables/variable-debugging.md) to TRUE in Smarty, and if needed
set [`$debug_tpl`](../programmers/api-variables/variable-debug-template.md) to the template resource
-path to `debug.tpl` (this is in [`SMARTY_DIR`](../programmers/smarty-constants.md) by
-default). When you load the page, a Javascript console window will pop
+path to `debug.tpl`. When you load the page, a Javascript console window will pop
up and give you the names of all the included templates and assigned
variables for the current page.