new:moshtml-linkTable of Contents
Usage of moshtml::link1. Function descriptionThis function will write a <a></a> element. If SEF is enabled, it will create a SEF link for the url passed. 2. Function usage2.1. ExampleExample Code $attribs = array('class' => 'mainlevel'); echo mosHTML::link('index.php', 'Back to main', $attribs); 2.2. Parameters
url : string : the url you wish to link to |


