How do I turn off Thickbox?

I'm using the Zenpage default theme and I would like to know how to turn off Thickbox. I just want a link to the full image from the browser.

Comments

  • acrylian Administrator, Developer
    Open the theme's image.php and look at around line 56. There change `getUnprotectedImageURL()` to `getProtectedImageURL()` and also remove the `class="thickbox"`.
Sign In or Register to comment.