1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">
<HTML>
<!-- This file was generated using SDF 2.001 by
Ian Clatworthy (ianc@mincom.com). SDF is freely
available from http://www.mincom.com/mtr/sdf. -->
<HEAD>
<TITLE>Configuration Reference: Variable</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff" LINK="993333">
<DIV CLASS="header">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="icconfig_63.html">Parent Topic</A> | <A HREF="icconfig_163.html">Previous Topic</A> | <A HREF="icconfig_165.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
<DIV CLASS="main">
<H2>3.101. Variable</H2>
<P>Defines a catalog variable that will be available in the current catalog with the notation <TT>__Variable__</TT>. Variable identifiers must begin with a capital letter, and can contain only word characters (<B>A-Z,a-z,0-9</B> and underscore). These are substituted second (right after global Variables) in any Interchange page, and can contain any valid Interchange tags except global variables.</P>
<PRE>
Variable DOCUMENT_ROOT /usr/local/etc/httpd/htdocs
</PRE>
</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="icconfig_63.html">Parent Topic</A> | <A HREF="icconfig_163.html">Previous Topic</A> | <A HREF="icconfig_165.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
</BODY>
</HTML>
|