Garland Theme errors

I'm getting this error at the bottom of the photo when viewing a photo from image.php.

Fatal error: Call to undefined function: printimagemap() in /home/content/T/D/r/TDriver/html/photos/themes/garland/image.php on line 42

It has to do with this: $MAP = printImageMap();

I am also not see'ing the thumbnails next/previous when viewing an image on the right side.

Any idea's?

Comments

  • PrintImageMap() is part of the google maps plugin. Try enabling the plugin. However, the function does not return anything so `$MAP = printImageMap();` is not correct. Maybe the theme is a little out of date.
  • Actually, that seemed to work just fine. Thank you.
Sign In or Register to comment.