Variables vs Arrays
In the debug dialog there are 2 kinds of structures that we can use. Its very easy to tell which is which just by looking at them.
The first is a variable. A variable has a 1:1 relationship.
When you put the variable name in your template, the value comes out.
In the screenshot above, there is a variable displayed, it is:
You can tell its a 1:1 variable because there is only a single value on the right.
On the left is
{$SCRIPT_NAME} and on the right is
"/modules/jrCore/router.php".
That means if we put
{$SCRIPT_NAME} into our template, the value will be displayed.
Check out these screenshots below to see what I mean.