__section__ default __description__ Displays the main body of 404, including error. * url = The URL you "probably" want to be at * message = message text to display * error = message number for SWITCH statement (will have either message or error) * origin = original URL requested __title__ __page__ 404 __lang__ en_US __name__ main __template__
[% IF message %]
[% message %], so you probably want to be here: [% url %] [% ELSE %] [% SWITCH error %] [% CASE 1 %]
Someone probably just forgot the "http://" part of the URL, and you might really want to be here: [% url %]. [% CASE 2 %]
Someone probably just forgot the "ftp://" part of the URL, and you might really want to be here: [% url %]. [% CASE 3 %]
Someone probably just forgot the "mailto:" part of the URL, and you might really want to be here: [% url %]. [% CASE 6 %]
All of the older articles have been moved to /articles/older, so you probably want to be here: [% url %]. [% CASE 7 %]
All of the older features have been moved to /features/older, so you probably want to be here: [% url %]. [% CASE 8 %]
All of the older book reviews have been moved to /books/older, so you probably want to be here: [% url %]. [% CASE 9 %]
All of the older Ask [% constants.sitename %] articles have been moved to /ask[% constants.sitename.lc %]/older, so you probably want to be here: [% url %]. [% END %] [% END %]
If you feel like it, mail the url, and where ya came from to [% constants.adminmail %] __seclev__ 10000