{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Configuration"}

{g->text text="For ISAPI Rewrite to work Gallery needs write access to the httpd.ini file."}

{if isset($AdminParser.isEmbedded)}
{g->text text="Httpd.ini path:"} {if isset($form.error.invalidDir)}
{g->text text="Invalid directory."}
{/if} {if isset($form.error.cantWrite)}
{g->text text="Cant write to the httpd.ini file in that directory."}
{/if}

{g->text text="Embedded Setup"}

{/if}
{g->text text="Public path:"} {$AdminParser.host} {if isset($form.error.invalidPath)}
{g->text text="Invalid path."}
{/if}