File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3950,6 +3950,9 @@ function api_not_allowed(
3950
3950
exit ;
3951
3951
}
3952
3952
3953
+ $ tplPlugin = new AppPlugin ();
3954
+ $ pluginRegionContent = $ tplPlugin ->load_region ('login_bottom ' , $ tpl , true );
3955
+
3953
3956
if (!empty ($ _SERVER ['REQUEST_URI ' ]) &&
3954
3957
(
3955
3958
!empty ($ _GET ['cidReq ' ]) ||
@@ -3997,6 +4000,8 @@ function api_not_allowed(
3997
4000
$ content .= "</div> " ;
3998
4001
}
3999
4002
4003
+ $ content .= PHP_EOL .$ pluginRegionContent ;
4004
+
4000
4005
if (!empty ($ courseCode )) {
4001
4006
$ content .= '<hr/><p style="text-align:center"><a href=" ' .$ home_url .'"> ' .
4002
4007
get_lang ('ReturnToCourseHomepage ' ).'</a></p> ' ;
@@ -4073,6 +4078,8 @@ function api_not_allowed(
4073
4078
}
4074
4079
}
4075
4080
4081
+ $ msg .= PHP_EOL .$ pluginRegionContent ;
4082
+
4076
4083
$ tpl ->assign ('content ' , $ msg );
4077
4084
$ tpl ->display_one_col_template ();
4078
4085
exit ;
You can’t perform that action at this time.
0 commit comments