Beispiel #1
0
 static function link($url, $content, $id = '', $className = '', $attributes = array())
 {
     $attributes["href"] = $url;
     if ($className) {
         $attributes["class"] = $className;
     }
     return JCKHtmlwriter::_HtmlElement('a', $id, '', $content, $attributes);
 }