= ($params['tagline'])? '
' . $params['tagline'] . '
' : '' ?>
= ($params['image'])? '
' : '' ?>
' . $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 . '';
}
}
?>