|
@@ -52,7 +52,7 @@ $cuenta = $this->webApp()->getCuenta();
|
|
|
|
|
|
<?php $this->renderBusinessInclude('menu');?>
|
|
|
|
|
|
- <?php if ($this->webApp()->getRole() == webApp::ROLE_ADMIN) { ?>
|
|
|
+ <?php if ($this->webApp()->getRole() == oxusmedia\webApp\webApp::ROLE_ADMIN) { ?>
|
|
|
<li>
|
|
|
<a href="usuario"><i class="fa fa-users fa-fw"></i> <span>Usuarios</span></a>
|
|
|
</li>
|