{tr}Theme Configuration{/tr}

{formfeedback success=$successMsg error=$errorMsg} {if $usingCustomTheme}

{tr}Use the form below to alter your custom theme. You can edit the css directly by using the text area. You can also manage the images used by your custom theme (for things like borders, backgrounds and the like). If there is a built in theme which you would like to base your custom theme on, you can do so by selecting it from the drop down list and clicking the "Reset CSS" button. If you want you can use one of the built in themes instead.{/tr}

{form legend="CSS File Data"}
{formlabel label="Load CSS File" for="reset"} {forminput} {formhelp note="Loading a CSS file will erase any changes you have made so far and will replace it with the contents of the selected css file."} {/forminput}
{/form} {form enctype="multipart/form-data"} {legend legend="Upload new Image"}
{formlabel label="Upload Image" for="upload"} {forminput} {formhelp note=""} {/forminput}
{/legend} {if $imagesCount > 0} {legend legend="Images Used By Your Custom Theme"} {section name=ix loop=$themeImages}
{$themeImages[ix]}
{tr}Preview Image{/tr}
{/section} {/legend} {/if} {/form} {/if}