_( 'Administrator' ),
'teacher' => _( 'Teacher' ),
'parent' => _( 'Parent' ),
'student' => _( 'Student' ),
);
$title = $profiles[ User( 'PROFILE' ) ];
$handle = PDFStart(); ?>
$value ) :
// Zap programs which are not allowed.
if ( $program !== 'default'
&& ! AllowUse( $program ) )
{
continue;
}
$_REQUEST['modname'] = $program;
if ( mb_strpos( $program, '/' ) )
{
$modcat = mb_substr( $program, 0, mb_strpos( $program, '/' ) );
if ( ! $RosarioModules[ $modcat ] ) // Module not activated.
{
continue;
}
if ( $modcat != $old_modcat
&& $modcat != 'Custom' ) : ?>