This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/application/views/welcome/user/shortcuts.php
2014-10-22 22:22:47 +11:00

4 lines
208 B
PHP

<div class="shortcuts">
<a href="<?php echo URL::link('user','child/add',TRUE); ?>" class="shortcut"><i class="shortcut-icon fa fa-list-alt"></i><span class="shortcut-label">Register Child</span></a>
</div>