Cool

I'm going to add some of my own features to it (search, hit count, admin approval) today.
Oh, if you want your links to be ordered A-Z, then change (in links.php) the following:
Code:
$asb = $DB_site->query("SELECT * FROM gportal_weblinkslink WHERE catagoryid=$catid")
on line 23 to:
Code:
$asb = $DB_site->query("SELECT * FROM gportal_weblinkslink WHERE catagoryid=$catid ORDER BY linkname");
Great hack!