endif ?>
if($art): ?>
if ($this->isSimpleLanguageAvailable($art, 'article_body_sk')) : ?>
Einfache Sprache
checked
onchange="sk.off()"
else : ?>
onchange="sk.on()"
endif ?>
>
endif ?>
$this->showAttachments = true; ?>
foreach ($art as $entity): ?>
if (isset($entity['contentRelated']['file']) && !empty($entity['contentRelated']['file'])) {
foreach ($entity['contentRelated']['file'] as $key => $value) {
$file = $this->content(array(
'content_type' => 'file',
'content_id' => $value['content_id'],
'contentRelated' => 'img',
));
$entity['contentRelated']['file'][$key] = $file[0];
}
}
?>
$this->entity = $entity;
?>
f::$c->front['admin'][] = array('title' => $this->t('Treść'), 'id' => $this->entity['content_id'], 'type' => $this->entity['content_type']);
if ($this->entity["article_view"] === "gallery") {
echo $this->viewDefault('module/article/detail/gallery');
}
elseif (($this->entity["article_view"] === "grid")) {
echo $this->viewDefault('module/article/detail/grid');
}
elseif (($this->entity["article_view"] === "gridgallery")) {
echo $this->viewDefault('module/article/detail/gridgallery');
}
elseif (($this->entity["article_view"] === "gridThumb")) {
echo $this->viewDefault('module/article/detail/gridThumb');
}
elseif (($this->entity["article_view"] === "text")) {
echo $this->viewDefault('module/article/detail/text');
}
elseif (($this->entity["article_view"] === "defaultdatathumb")) {
echo $this->viewDefault('module/article/detail/dataGridThumb');
}
else {
echo $this->viewDefault('module/article/detail/default');
}
?> endforeach; ?>
endif; ?>
$items = $this->_c->c->tree->getChildForMenu($_GET['tree_id']); //@todo ukryć header jeśli tree_menu == no?>
if ($items): ?>
endif; ?>
if ($this->inclinic) : ?>