QUOTE(elio @ Nov 21 2007, 10:10 PM)

UCCASS has been working great but I have a minor modification to make. I need to remove the "Main" links from the results page, as I share that page with clients and don't want to have them navigate to that main page. Where can I make that modification?
You can modify the site template to achieve that. Just edit the file /templates/Default/results.tpl and remove these two lines:
CODE
[ <a href="{$conf.html}/index.php">Main</a> ]
In my installation, these are lines
13 - 14.
Best regards
Stalker