<?php

	function link_($string, $url) {
		return '<a href="'.$url.'" target="_blank" rel="noopener noreferrer">'.$string.'</a>';
	}

?>