Skip to content
Snippets Groups Projects
Commit 3e670d0c authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Add footercontent region to local site search

parent 03027ecb
Branches 231-update-fidelity-certificate
No related tags found
No related merge requests found
......@@ -36,6 +36,9 @@ if (isset($_GET['u'])
if (!empty($scanned->contactinfo)) {
$page->contactinfo = $purifier->purify($scanned->contactinfo);
}
if (!empty($scanned->footercontent)) {
$page->footercontent = $purifier->purify($scanned->footercontent);
}
}
if (isset($_GET['cx'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment