*/
function render(&$template) // ~X2C
{
- $template->loadTemplateFile('bife_albumphoto.html');
- $template->setVariable($this->attrs);
- return $template->get();
+ $template->group = 'album';
+ return $template->parse('photo', $this->attrs);
}
// -X2C