on the gallery/groundDogs/index.php page, it shows it is using ID 2:
<?php
$pg_id = '2';
$pg_theme = 'dark';
include('/hermes/waloraweb062/b2679/as.godog/galleryInstall/galleries/ribbon_fullsize/index.php');
?>
above, you say the ground dogs gallery is ID 26. i changed that to:
<?php
$pg_id = '26';
$pg_theme = 'dark';
include('/hermes/waloraweb062/b2679/as.godog/galleryInstall/galleries/ribbon_fullsize/index.php');
?>
and this page now shows the ground dogs gallery:
http://www.godogphoto.com/gallery/groundDogs/index.php


