Well for starters I'm using version 2.2.5, and nowhere in my global.php do I see the above mentioned reference. I tried putting this...
PHP Code:
if ($bbuserinfo['userid'] != 0) {
eval("\$reglinks = \"".gettemplate("reglinks_on")."\";");
}else{
eval("\$reglinks = \"".gettemplate("reglinks_off")."\";");
}
...in my phpinclude template, created the templates reglinks_on and reglinks_off, and put $reglinks in my HTML - but nothing happens. Anyone have any ideas?