"Image Info" on image page

I know HTML but don't know PHP/server-side includes and from what I can tell, that's where most of the stuff for the page comes from. I want to remove the "image info" as it relates to digital photographs. I see it in view source of the page but don't know how to remove from where the page comes from.

Comments

  • acrylian Administrator, Developer
    Not very hard, in default theme's image.php it's this part:
    `<?php if (getImageEXIFData()) {echo "<div id=\"exif_link\">".gettext("Image Info").""; printImageMetadata('', false);

    }

    ?>`
  • thanks. Edited with BBEdit via the FTP Edit option in Transmit (while online). It's gone (commented out).

    EDIT: Also found where to comment out "site:" in the Add comment.

    (Using my version of the theme of course :)
Sign In or Register to comment.