{include file="overall_header.html"}

Delete file{if !$EMPTY} "{$FILE}"{/if}

{if $EMPTY}
No file was specified.
{/if} {if !$EXISTS}
File "{$FILE}" does not exist.
{/if} {if !$EMPTY && $EXISTS && !$SUCCESS}
File "{$FILE}" could not be deleted.
{/if} {if $SUCCESS}
File "{$FILE}" deleted successfully.
{/if} Go back
{include file="overall_footer.html"}