web: add an optional project-specific intro in forum index.

(so the BOINC web site doesn't need a custom version of the file).
This commit is contained in:
David Anderson 2024-08-07 16:11:11 -07:00
parent d238eaee4b
commit e6c2fc2bc2
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ function main($user) {
show_forum_header($user);
if (function_exists('project_forum_index_intro')) {
project_forum_index_intro();
}
if (defined('FORUM_QA_MERGED_MODE') && FORUM_QA_MERGED_MODE){
$categories = BoincCategory::enum("true order by orderID");
} else {