Beispiel #1
0
 public function indexOutlinks($fetch = false)
 {
     return Piwik_View::singleReport(Piwik_Translate('Actions_SubmenuOutlinks'), $this->getOutlinks(true), $fetch);
 }
 function indexCampaigns($fetch = false)
 {
     return Piwik_View::singleReport(Piwik_Translate('Referers_Campaigns'), $this->getCampaigns(true), $fetch);
 }
	function index($fetch = false)
	{
		return Piwik_View::singleReport(
				Piwik_Translate('CustomVariables_CustomVariables'),
				$this->getCustomVariables(true), $fetch);
	}