if($this->loadTpl) {
return '
';
}
$TplConf['bigImg'] = array(
'w' => 920,
'h' => false,
);
if($Mizu->get('cnt/fullSizeImgPopup')) {
$TplConf['bigImg'] = array(
'w' => 5000,
'h' => false,
);
}
// get Images
$TplConf['imgsOrg'] = $Mizu->checkFiles($Mizu->get('cnt/list1'));
$TplConf['imgs'] = $TplConf['imgsOrg'];
if(!$TplConf['img-tpl']) {
$TplConf['img-tpl'] = 'default';
} else {
if($TplConf['imgs'][0]) {
$TplConf['first-img'] = $TplConf['imgs'][0];
unset($TplConf['imgs'][0]);
}
}
// get Pages
if($TplConf['Pages']) {
$Pages = $TplConf['Pages'];
} else {
$Pages = $Mizu->getPageChildrenIds(false,false,false,true);
}
$Path = $Mizu->buildPath($Mizu->GP['id']);
if( $Mizu->get('cnt/scrollTpl')) {
$TplConf['img-tpl'] = 'scroll';
}
if($TplConf['img-tpl']=='scroll' OR $TplConf['img-tpl']=='gallery' OR $TplConf['img-tpl']=='2cols') {
$TplConf['imgs'] = $TplConf['imgsOrg'];
$TplConf['first-img'] = Array();
}
?>
home
if(trim($Mizu->getE('lng/txt1')) AND $Mizu->getE('lng/txt1')!=' ' AND trim($Mizu->getE('lng/txt1'))!='
') : ?>
if($TplConf['first-img']) :
$v = $TplConf['first-img'];
?>
endif; ?>
endif; ?>
Parse error: syntax error, unexpected 'endif' (T_ENDIF), expecting end of file in
/var/www/00015_ok/0162_helga-von-hofe/current/tpl/stpl/images.php on line
88