[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]
@_NOLEFT_TOP_@
[scratch page_title]
[msg arg.0="[subject]" arg.1="[page index]" arg.2=""]The requested page (%s) was not found. You can %sreturn to browsing our catalog%s, if you wish.[/msg]
@_NOLEFT_BOTTOM_@
[/else]
[/if]