diff --git a/docs/designers.sgml b/docs/designers.sgml
index 30b5dee6..b0b9588b 100644
--- a/docs/designers.sgml
+++ b/docs/designers.sgml
@@ -457,6 +457,12 @@ OUTPUT: (same for both examples)
{* display the variable "username" from merged get/post/cookies/server/env *}
{$smarty.request.username}
+
+ Note: For historical reasons {$SCRIPT_NAME} can be accessed
+ directly though {$smarty.server.SCRIPT_NAME} is the
+ proposed way to access this value.
+
+
@@ -529,6 +535,7 @@ OUTPUT: (same for both examples)
This variable contains the version of Smarty the template was compiled with.
+