예제 #1
0
파일: view.php 프로젝트: DECAF/redaxo
 /**
  * Sets the favicon path.
  *
  * @param string $file
  */
 public static function setFavicon($file)
 {
     self::$favicon = $file;
 }