public function HTML($context = array())
 {
     return parent::HTML(array('rows' => $this->compute_items()));
 }
 public function HTML($context = array())
 {
     $grouper = new Jetpack_Tiled_Gallery_Grouper($this->attachments);
     Jetpack_Tiled_Gallery_Shape::reset_last_shape();
     return parent::HTML(array('rows' => $grouper->grouped_images));
 }
 public function HTML($context = array())
 {
     $grouper = new Jetpack_Tiled_Gallery_Grouper($this->attachments, array('Three_Columns', 'Two'));
     return parent::HTML(array('rows' => $grouper->grouped_images));
 }