{PROJECT} ../../template/doc.en.ini
{GRAFIK_LINKS} $home/gifs/li_phpcms.gif
{LOGO_1} $home/gifs/cmslogo1.gif
{LOGO_2} $home/gifs/cmslogo2.gif
{MENU} 00.08.10.08
{TITEL} List of special fields and chars in phpCMS
{CONTENT}
<p>
Overview of all special fields in phpCMS:
</p>
<TABELLE>
<Z><S><B>Field</B></S> <S><B>used in:</B></S> <S><B>Description</B></S></Z>
<Z><S>HOME</S> <S>project file</S> <S>Home directory of the project</S></Z>
<Z><S>$home</S> <S>project file</S> <S>Variable containing path to home directory of a project</S></Z>
<Z><S>TAGS</S> <S>project file</S> <S>path to tag file</S></Z>
<Z><S>TEMPLATE</S> <S>project file</S> <S>path to template that is used to parse the content</S></Z>
<Z><S>MENU</S> <S>project file</S> <S>path to menu file</S></Z>
<Z><S>MENUTEMPLATE</S> <S>project file</S> <S>path to menu template</S></Z>
<Z><S>$home</S> <S>template</S> <S>Variable containing path to home directory of a project</S></Z>
<Z><S>{TEMPLATE FILE=""}</S> <S>template</S> <S>path to sub template</S></Z>
<Z><S>{SCRIPT<I>script_id</I>}</S> <S>template</S> <S>placeholder for a php script</S></Z>
<Z><S>$home</S> <S>content file</S> <S>Variable containing path to home directory of a project</S></Z>
<Z><S>{PROJECT}</S> <S>content file</S> <S>path to project file</S></Z>
<Z><S>{MENU}</S> <S>content file</S> <S>menu class of a content file</S></Z>
<Z><S>{SCRIPT<I>script_id</I>}</S> <S>content file</S> <S>path to a php script</S></Z>
<Z><S>$home</S> <S>menu file</S> <S>Variable containing path to home directory of a project</S></Z>
<Z><S>MENU:<I>NAME</I></S> <S>menu file</S> <S>name of a menu level</S></Z>
<Z><S>CLASS</S> <S>menu file</S> <S>menu class of a menu option</S></Z>
<Z><S>{<I>NAME</I>.PRE}</S> <S>menu template</S> <S>(optional) code preceding dynamic menu output</S></Z>
<Z><S>{<I>NAME</I>.NORMAL}</S><S>menu template</S> <S>normal (inactive) menu option</S></Z>
<Z><S>{<I>NAME</I>.AKTIV}</S> <S>menu template</S> <S>active menu option</S></Z>
<Z><S>{<I>NAME</I>.PAST}</S> <S>menu template</S> <S>(optional) code after dynamic menu output</S></Z>
</TABELLE>