document some variables

This commit is contained in:
Marc Delisle
2004-09-04 13:00:25 +00:00
parent ad774a1698
commit 08e2f36a30

View File

@@ -1744,6 +1744,56 @@ Defaults to FALSE (drop-down). <br />
<br /><br />
</dd>
<dt><b>$cfg['ShowHttpHostTitle'] </b>boolean</dt>
<dd>
Shows the HTTP host name in window's title bar.
<br /><br />
</dd>
<dt><b>$cfg['SetHttpHostTitle'] </b>string</dt>
<dd>
If <tt>$cfg['ShowHttpHostTitle']</tt> is TRUE, it shows the real
HTTP host name, unless an alternate name is set here.
<br /><br />
</dd>
<dt><b>$cfg['ErrorIconic'] </b>boolean</dt>
<dd>
Uses icons for warnings, errors and informations.
<br /><br />
</dd>
<dt><b>$cfg['MainPageIconic'] </b>boolean</dt>
<dd>
Uses icons on main page in lists, on right panel top menu and menu tabs.
<br /><br />
</dd>
<dt><b>$cfg['ReplaceHelpImg'] </b>boolean</dt>
<dd>
Shows a help button instead of the &quot;Documentation&quot; message.
<br /><br />
</dd>
<dt><b>$cfg['ThemePath'] </b>string</dt>
<dd>
If theme manager is active, use this as the path of the subdirectory
containing all the themes.
<br /><br />
</dd>
<dt><b>$cfg['ThemeManager'] </b>boolean</dt>
<dd>
Enables user-selectable themes.
<br /><br />
</dd>
<dt><b>$cfg['ThemeDefault'] </b>string</dt>
<dd>
The default theme (a subdirectory under <tt>cfg['ThemePath']</tt>).
<br /><br />
</dd>
<dt><b>$cfg['DefaultQueryTable']</b> string</dt>
<dt><b>$cfg['DefaultQueryDatabase']</b> string</dt>
<dd>