Thickbox usage

Hi,

I've read the thickbox site and found some suggestions on adding it to the image.php page... but it's still not working.

Here is what I'm trying:

<!-- The Image -->
<?php if (!checkForPassword()) { ?>
<div id="image">
" class="thickbox" target="_top" title="<?php echo getBareImageTitle();?>">

<?php
if (function_exists('printUserSizeImage')) {
printUserSizeImage(getImageTitle());
} else {
printDefaultSizedImage(getImageTitle());
}
?>


<?php if (function_exists('printUserSizeImage')) printUserSizeSelectior(); ?>
</div>

Comments

Sign In or Register to comment.