rosehill/templates/html/partials/panel-one.inc

8 lines
150 B
PHP
Raw Normal View History

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