예제 #1
0
function strong($text) {
	echo _strong($text);
}
예제 #2
0
function format_user($user) {
	$c = o($user, 'company');
	return ($c ? _gray('[' . $c . '] ') : '') .  _strong(o($user, 'name'));
}