5 lines
274 B
PHP
5 lines
274 B
PHP
<div <?php if($type=="list"): ?>style="text-align: center;"<?php endif; ?>>
|
|
<?php if (stUserTrackerLevelInterface::getIsActive($st_user_tracker_level->getCookieId())): ?>
|
|
<?php echo st_admin_get_icon('check-circle', array('color' => 'success')) ?>
|
|
<?php endif; ?>
|
|
</div>
|