Beispiel #1
0
 /**
  * Get the compact logo URL.
  *
  * @return string
  */
 public function get_compact_logo_url($maxwidth = 100, $maxheight = 100)
 {
     return parent::get_compact_logo_url(null, 35);
 }