This repository has been archived on 2020-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
phunk/application/views/navigation/actions.php

4 lines
109 B
PHP

<ul>
<?php if (isset($admin_actions)) echo $admin_actions;?>
<li><?php echo $login_or_logout; ?></li>
</ul>