From b76859a3f19a4f3ace176d4b4078cbe6596ae91d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 Apr 2021 10:47:53 +0530 Subject: [PATCH] First commit --- openconf.php | 179 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 openconf.php 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') . ':