session->repoView ? $this->session->repoView : $this->session->repoList;
if($backURI)
{
echo html::a($backURI, " " . $lang->goback, '', "class='btn btn-link' data-app='{$app->openApp}'");
}
else
{
echo html::backButton(" " . $lang->goback, '', "btn btn-link");
}
?>