Esempio n. 1
0
 /**
  * get current skin file
  * @param string $skin_path: hash skin path
  */
 public function get_skin_file($skin_path = '')
 {
     self::$current_skin = $this;
     //remind current skin object
     //modified
     if ($skin_path) {
         $data = $this->set_active_skin($skin_path);
     }
     $skin_info = $this->get_skin_info();
     return $this->get_skin_path() . $skin_info['skin_name'];
     //$this->skin_name;
 }