예제 #1
0
파일: helper.php 프로젝트: sansandeep143/av
 static function _($url, $xhtml = true, $ssl = null)
 {
     if (FSF_Helper::Is16()) {
         return FSFRoute::_16($url, $xhtml, $ssl);
     } else {
         return FSFRoute::_15($url, $xhtml, $ssl);
     }
 }