| // +--------------------------------------------------------------------+ // // $Id$ // /** * Draws an album item. * * @param string $photo Photo file. * @param string $desc Description. * @param string $thumb Thumbnail file. * @param bool $selected True if this photo is selected. * @param int $current Current photo number. * @param int $total Total number of photos. */ $photo = @$args[1]; $desc = @$args[2]; $thumb = @$args[3]; $selected = @$args[4]; $current = @$args[5]; $total = @$args[6]; ?>