aboutsummaryrefslogtreecommitdiff
path: root/mod/pages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-02 15:07:05 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-02 15:07:05 -0400
commit03eb23688a2e9192f592c5f05c7eba693dc50d5a (patch)
treed5de31663d401371814fbf8d0735825d261a942a /mod/pages
parent0db4a78e6ac5b574e2f63309d4923e5ff4450800 (diff)
downloadelgg-03eb23688a2e9192f592c5f05c7eba693dc50d5a.tar.gz
elgg-03eb23688a2e9192f592c5f05c7eba693dc50d5a.tar.bz2
Refs #4437 let the object/elements/summary view handle the tags
Diffstat (limited to 'mod/pages')
-rw-r--r--mod/pages/views/default/object/page_top.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/pages/views/default/object/page_top.php b/mod/pages/views/default/object/page_top.php
index e78289f28..945a22eed 100644
--- a/mod/pages/views/default/object/page_top.php
+++ b/mod/pages/views/default/object/page_top.php
@@ -45,7 +45,6 @@ $editor_link = elgg_view('output/url', array(
$date = elgg_view_friendly_time($annotation->time_created);
$editor_text = elgg_echo('pages:strapline', array($date, $editor_link));
-$tags = elgg_view('output/tags', array('tags' => $page->tags));
$categories = elgg_view('output/categories', $vars);
$comments_count = $page->countComments();
@@ -82,7 +81,6 @@ if ($full) {
'entity' => $page,
'metadata' => $metadata,
'subtitle' => $subtitle,
- 'tags' => $tags,
);
$params = $params + $vars;
$summary = elgg_view('object/elements/summary', $params);
@@ -104,7 +102,6 @@ if ($full) {
'entity' => $page,
'metadata' => $metadata,
'subtitle' => $subtitle,
- 'tags' => $tags,
'content' => $excerpt,
);
$params = $params + $vars;