// colourbox jQuery plugin if (count($colorbox_rel) > 0) { add_to_head(""); add_to_head(""); $colorbox_js .= "jQuery('a[rel^=\"attach\"]').colorbox({"; $colorbox_js .= "current:'".$locale['506e']." {current} ".$locale['506f']." {total}',maxWidth:'99%',maxHeight:'99%'"; $colorbox_js .= "});"; } unset($colorbox_rel); }