From 3e670d0c29bf2d2fab5bcddb5bc583b3636a9173 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Tue, 30 Nov 2010 19:22:21 +0000 Subject: [PATCH] Add footercontent region to local site search --- www/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/index.php b/www/index.php index ba65ab7..7137933 100644 --- a/www/index.php +++ b/www/index.php @@ -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'])) { -- GitLab