AppStateESS/homestead

View on GitHub
boost/controlpanel.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
$link[] = array('label'       => _('Housing Manager'),
                'restricted'  => TRUE,
                'url'         => 'index.php?module=hms',
                'description' => _('Track resident students.'),
                'image'       => 'hms.png',
                'tab'         => 'admin'
                );