layout('theme::layout/00_layout') ?> start('classes') ?>homepagestop() ?>
' . $params['title'] . '' : '' ?> ' . $params['titledesc'] . '
' : '' ?>
' : '' ?>
' . $this->translate("author") . ': ' . $params['author'] . '
' : '' ?> ' . $this->translate("moduledate") . ': ' . $params['moduledate'] . '
' : '' ?> ' . $this->translate("version") . ': ' . $params['moduleversion'] . '' : '' ?> ' . $this->translate("editors") . ': ' . $params['editors'] . '' : '' ?>
' . $this->translate("View_on_github") . ''; } $view_doc = $this->translate("View_documentation"); foreach ($page['entry_page'] as $key => $node) { echo '' . str_replace("__VIEW_DOCUMENTATION__", $view_doc, $key) . ''; } if(isset($params['html']['buttons']) && is_array($params['html']['buttons'])) { foreach ($params['html']['buttons'] as $name => $link ) { echo '' . $name . ''; } } ?>