add common label cancel

This commit is contained in:
xiaomlove
2022-09-03 00:05:51 +08:00
parent 875e8ea797
commit 26a9c7b6ed
6 changed files with 11 additions and 1 deletions

View File

@@ -2836,6 +2836,7 @@ if ($msgalert)
function stdfoot() {
global $SITENAME,$BASEURL,$Cache,$datefounded,$tstart,$icplicense_main,$add_key_shortcut,$query_name, $USERUPDATESET, $CURUSER, $enablesqldebug_tweak, $sqldebug_tweak, $Advertisement, $analyticscode_tweak;
global $hook;
print("</td></tr></table>");
print("<div id=\"footer\">");
if ($Advertisement->enable_ad()){
@@ -2880,6 +2881,7 @@ function stdfoot() {
print("</div>");
if ($analyticscode_tweak)
print("\n".$analyticscode_tweak."\n");
// $hook->dump();
do_action('nexus_footer');
foreach (\Nexus\Nexus::getAppendFooters() as $value) {
print($value);