handle_content_type(); /** * What sizes should we use? * Choices: square, thumb, small, medium, large. */ $thumb = 'square'; $full = 'medium'; ?> get_items() as $item): // Set some variables to keep the rest of the code cleaner. $url = lightbox::find_photo($item->get_description()); $title = lightbox::cleanup($item->get_title()); $full_url = lightbox::photo($url, $full); $thumb_url = lightbox::photo($url, $thumb); ?> <?php echo $title; ?>