Unclassified NewsBoard Code Reference

UnbSetRelLink function

Set related link in the HTML page header

function UnbSetRelLink ($rel, $href, $title = '', $type = '');

Parameters:

rel
href
title  –  optional, default: ''
type  –  optional, default: ''

Remarks:

<link rel="$rel" href="$href" title="$title" type="$type" />
All links are stored in a global array and will be added into the HTML output
near the programme termination. This gives all lists and controls the chance
to add their links in the middle of the page.

Implementation file: unb_lib/common_out.lib.php, line 1835

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.