Ejemplo n.º 1
0
 static function _($url, $xhtml = true, $ssl = null)
 {
     if (FSF_Helper::Is16()) {
         return FSFRoute::_16($url, $xhtml, $ssl);
     } else {
         return FSFRoute::_15($url, $xhtml, $ssl);
     }
 }