Welcome to the forum, compdude!
I apologize if I confused you with my template filename in my sample code. That's a custom template that I made myself to match my site's look and feel, not something that came with phpdig.
The default template that phpdig uses is called phpdig.html. It's definition can be found in includes/config.php in the following statement:
PHP Code:
$template = "$relative_script_path/templates/phpdig.html"; //Template file path
If you'd like a quick and easy way to view all the different templates that phpdig comes with, click Go in the PhpDig Demo search box off the home page, then click on each of the "Choose a template" links at the top of that screen.
Hope this helps.