getModel(); if ($serviceUrlStatsExistDocs != '') $model -> setServiceUrl($serviceUrlStatsExistDocs, 'serviceUrl.stats.exist.docs'); else $serviceUrlStatsExistDocs = $model -> getServiceUrl('serviceUrl.stats.exist.docs'); if ($serviceUrlStatsChartDocs != '') $model -> setServiceUrl($serviceUrlStatsChartDocs, 'serviceUrl.stats.chart.docs'); else $serviceUrlStatsChartDocs = $model -> getServiceUrl('serviceUrl.stats.chart.docs'); if ($serviceUrlStatsExistRepos != '') $model -> setServiceUrl($serviceUrlStatsExistRepos, 'serviceUrl.stats.exist.repos'); else $serviceUrlStatsExistRepos = $model -> getServiceUrl('serviceUrl.stats.exist.repos'); if ($serviceUrlStatsChartRepos != '') $model -> setServiceUrl($serviceUrlStatsChartRepos, 'serviceUrl.stats.chart.repos'); else $serviceUrlStatsChartRepos = $model -> getServiceUrl('serviceUrl.stats.chart.repos'); $this -> assign('serviceUrlStatsExistDocs', $serviceUrlStatsExistDocs); $this -> assign('serviceUrlStatsChartDocs', $serviceUrlStatsChartDocs); $this -> assign('serviceUrlStatsExistRepos', $serviceUrlStatsExistRepos); $this -> assign('serviceUrlStatsChartRepos', $serviceUrlStatsChartRepos); parent :: display($template); } } ?>