diff options
Diffstat (limited to 'mod/search/views')
-rw-r--r-- | mod/search/views/default/search/comments/listing.php | 1 | ||||
-rw-r--r-- | mod/search/views/default/search/listing.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mod/search/views/default/search/comments/listing.php b/mod/search/views/default/search/comments/listing.php index 55f8fed60..34456bde8 100644 --- a/mod/search/views/default/search/comments/listing.php +++ b/mod/search/views/default/search/comments/listing.php @@ -51,7 +51,6 @@ if ($more) { $more_link = ''; } -echo $nav; $body = elgg_view_title($title_str); foreach ($vars['entities'] as $entity) { diff --git a/mod/search/views/default/search/listing.php b/mod/search/views/default/search/listing.php index c650d0e53..867523d65 100644 --- a/mod/search/views/default/search/listing.php +++ b/mod/search/views/default/search/listing.php @@ -103,7 +103,6 @@ if ($more) { $more_link = ''; } -echo $nav; $body = elgg_view_title($type_str); foreach ($entities as $entity) { |