' . $params['tagline'] . '';
} ?>
';
} ?>
View On GitHub';
}
foreach ($page['entry_page'] as $key => $node) {
echo '
' . $key . '';
}
if(isset($params['html']['buttons']) && is_array($params['html']['buttons'])) {
foreach ($params['html']['buttons'] as $name => $link ) {
echo '
' . $name . '';
}
}
?>