Index: webcams.module =================================================================== --- webcams.module (revision 1) +++ webcams.module (working copy) @@ -491,9 +491,9 @@ function theme_webcams_webcam(&$webcam) { $output = '
'; - $img = ''; + $img = ''.$webcam->name.''; if (module_exists('thickbox') && $webcam->thickbox) { - $zoom = ''; + $zoom = ''; $output .= l($zoom, $webcam->default_url, array('attributes' => array('title' => $webcam->name, 'class' => 'thickbox'), 'html' => TRUE)); $output .= l($img, $webcam->default_url, array('attributes' => array('title' => $webcam->name, 'class' => 'thickbox'), 'html' => TRUE));