hide Image Info

Hi
Is there any option to hide Image Info ?

Thanks

Comments

  • fretzl Administrator, Developer
    Looks like you're using the basic theme.
    Locate the file `image.php` which is in your themes/basic/ folder and remove these lines:
    `
    if (getImageMetaData()) {
    printImageMetadata(NULL, 'colorbox');
    ?>


    <?php
    }
    `
  • Great.
    I think it should be an option in the OPTIONS tab
    Thanks again
Sign In or Register to comment.