Ok, I'm starting to customize some of my other WP templates and want to make use of some of your the great functions you have Jeff, like get_avatar, but I don't know how to include the function you wrote in my template files. I tried:
PHP Code:
require_once ('/home/mypath/vbbridge/vbbridge.php');
but this doesn't seem to make the get_avatar function within scope.