From 29a2cc1c64eb3dc5b7e3f90103fbc4d24b2c171a Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Sat, 10 Sep 2005 11:43:21 +0000 Subject: [PATCH] tweaks --- .../programmers/api-variables/variable-debugging.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/en/programmers/api-variables/variable-debugging.xml b/docs/en/programmers/api-variables/variable-debugging.xml index 1f73abd6..08b785a6 100644 --- a/docs/en/programmers/api-variables/variable-debugging.xml +++ b/docs/en/programmers/api-variables/variable-debugging.xml @@ -5,9 +5,14 @@ This enables the debugging console. - The console is a javascript window that informs you of the - included templates and assigned variables for the current - template page. + The console is a javascript popup window that informs you of the + included + templates, variables assigned + from php and + config file variables + for the current template page. It does not show variables + assigned within a template with + {assign}. See also