globals_detail.inc.html

Template variables required by this page:

<global_detail loop>
{page} -- file.ext name of the file included, use for #a name links
{global_name} -- global variable name
{global_value} -- default value parsed from PHP Code

From docblock.inc.html:

{sdesc} -- short description from DocBlock
{desc} -- long description from DocBlock
<docblock loop> --
{keyword} -- tag name
{data} -- tag information (author name in @author tag, @see link, etc.)

Detailed information on Global Variables

Example:

<A NAME='global_detail'></A>
<TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'>
   <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
      <TD>
         <FONT SIZE='+2'><B>Global Variable Detail</B></FONT>
      </TD>
   </TR>
</TABLE>

<loop name="global_detail">
<A NAME='{global_name}'><!-- --></A><H3>{global_name}</H3>
<P><B>{global_name} = ->{global_value}<-</B></P>
   <include filename="docblock.inc.html"/>
<HR>
</loop name="global_detail">