Exemple #1
0
 static function _($url, $xhtml = true, $ssl = null)
 {
     if (FST_Helper::Is16()) {
         return FSTRoute::_16($url, $xhtml, $ssl);
     } else {
         return FSTRoute::_15($url, $xhtml, $ssl);
     }
 }