Пример #1
0
 /**
  * Returns the url to application logo (~280x110px)
  *
  * @param bool $pathOnly If true, returns path relative to doc root. Otherwise, returns a URL.
  * @return string
  * @deprecated since Piwik 2.15.1
  */
 public function getLogoUrl($pathOnly = false)
 {
     $logo = new CustomLogo();
     return $logo->getLogoUrl($pathOnly);
 }