mirror of https://github.com/BOINC/boinc.git
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:
parent
d238eaee4b
commit
e6c2fc2bc2
|
@ -65,6 +65,10 @@ function main($user) {
|
||||||
|
|
||||||
show_forum_header($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){
|
if (defined('FORUM_QA_MERGED_MODE') && FORUM_QA_MERGED_MODE){
|
||||||
$categories = BoincCategory::enum("true order by orderID");
|
$categories = BoincCategory::enum("true order by orderID");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue