commit b76859a3f19a4f3ace176d4b4078cbe6596ae91d Author: Your Name Date: Tue Apr 20 10:47:53 2021 +0530 First commit diff --git a/openconf.php b/openconf.php new file mode 100644 index 0000000..590cdab --- /dev/null +++ b/openconf.php @@ -0,0 +1,179 @@ +' . (preg_match("/\<(?:p|br) ?\/?\>/", $OC_configAR['OC_homePageNotice']) ? oc_($OC_configAR['OC_homePageNotice']) : nl2br(oc_($OC_configAR['OC_homePageNotice']))) . "\n"; +} + +// Language selection +if (function_exists('gettext')) { + $locales = explode(',', $OC_configAR['OC_locales']); + if (count($locales) > 1) { + print '
' . "\n"; + } +} + +if (oc_hookSet('home-menu-top')) { + foreach ($OC_hooksAR['home-menu-top'] as $v) { + print $v; + } +} + +ob_start(); + +//T: %ss = Authors +print '' . oc_('Authors') . ': +

+'; + +if ($OC_configAR['OC_paperAdvocates']) { + print ' +' . oc_('Review and Program Committees') . ':