Passed
Push — develop ( f6f571...4b5e78 )
by Jens
02:57
created

function.renderAction.php ➔ renderAction()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 3
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
eloc 3
nc 2
nop 5
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
<? function renderAction($title, $class, $href, $icon, $onclick = false) {?>
2
	<a class="btn <?=$class?>" title="<?=$title?>" href="<?=$href?>"<? if ($onclick !== false) : ?> onclick="<?=$onclick?>"<? endif ?>><i class="fa fa-<?=$icon?>"></i></a>
3
<?}?>