E.g:
Code: Select all
<link href="url" rel="alternate" type="application/rss+xml" />
Code: Select all
public function addLink($href, $rel, $type = 'text/css') {
$this->links[md5($href)] = array(
'href' => $href,
'rel' => $rel,
'type' => $type
);
}