1. There are multiple instances in v 2.01 that we aren't told to replace. Do we replace each instance?
2. This hack would be more expandable if the list of programs -> Title (e.g.
PHP Code:
} elseif (strpos($location,"private")!==false) {
$locationtitle="Viewing private messages";
$location="index.php?s=$session[sessionhash]";
$f="1";
} else {
$location="index.php?s=$session[sessionhash]";
$locationtitle="Browsing Board";
would be placed in a template or in phpinclude or a text file modified in the CP, so we can change the wording, add new scripts etc...
otherwise, nice hack!