Logged in as staff Print

  • 0

To show the Logged in as Staff:

<?php if ($this->Html->ifSet($staff_as_client)) { ?>
    <span class="label label-info pull-right"><a href="<?php echo $this->Html->safe($this->admin_uri . "clients/logoutasclient/");?>"><span class="fa fa-info-circle"></span> <?php $this->_("AppController.client_structure.staff_as_client_note");?></a></span>
<?php } ?>

Was this answer helpful?

« Back