[tmpn missing_subject][subject][/tmpn]
[if scratch missing_subject =~ /^admin/]
[seti ui_error]
[msg arg.0="[subject]"]Sorry, the page (%s) was not found[/msg]
[/seti]
[bounce page=admin/error]
[else]
[tag op=header]
Status: 404 Not Found
Content-type: text/html
[/tag]
[tmp page_title][msg arg.0="[subject]"]Sorry, the page (%s) was not found[/msg][/tmp]
[tmp display_class]noleft[/tmp]
@_TOP_@
[msg arg.0="[subject]" arg.1='' arg.2=""]The requested page (%s) was not found. You can %sreturn to browsing our catalog%s, if you wish.[/msg]
@_BOTTOM_@
[/else]
[/if]