Select Git revision
init.sh.cfg
infobox.php 469 B
<?php
$aOptions=[
'type'=>'success',
'bgcolor'=>'',
'icon'=>'far fa-thumbs-up',
'text'=>'Likes',
'number'=>"41,410",
'progressvalue'=>70,
'progresstext'=>'70% Increase in 30 Days'
];
echo $renderAdminLTE->addRow(
'<h2>Infobox</h2>'
)
.$renderAdminLTE->addRow(
'<h3>Syntax</h3>
<pre>
echo $renderAdminLTE->getInfobox($aOptions)
</pre>
'
)
.showExample('$renderAdminLTE->getInfobox('.var_export($aOptions, 1).')')
;