aboutsummaryrefslogtreecommitdiffstats
path: root/doc/en/hook/channel_links.bb
blob: c0243dac6c9604bd0edb6e1db461f0480033a6d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[h2]channel_links[/h2]

Called when generating the Link HTTP header for the channel page. Different protocol stacks can add links to this header.

Hook data = array
	'channel_address' => channel nickname, no checking is done to see if it is valid
	'channel_links' => array of channel links in the format
		'url'  => url of resource
		'rel'  => link relation
		'type' => MIME type

All fields are required