<div id="panel-one">
<?php
if (userIsAllowed('Users')) {
include APPLICATION_HOME.'/templates/html/partials/panel-widgets/Users.inc';
}
?>
</div>