|
';
print '\n";
print '
' . nl2br($fileNotice) . '
';
if (empty($OC_configAR['OC_fileLimit'])) {
print '' . sprintf(oc_('File limit is %1$s. If your file is larger, leave the File field empty and contact the Chair.'), $OC_maxFileSize, 'contact.php') . ' ';
}
print '
|
';
if (oc_hookSet('author-upload-formbottom')) {
foreach ($GLOBALS['OC_hooksAR']['author-upload-formbottom'] as $hook) {
require_once $hook;
}
}
print '