iterator = $iterator; $this->currentThumbnailId = $currentThumbnailId; } protected function html_content() { echo '

Select thumbnail

'; foreach ($this->_subtemplates as $template) $template->html_main(); echo '
'; } }