aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/history.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pages/history.php')
-rw-r--r--mod/pages/history.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/pages/history.php b/mod/pages/history.php
index 7a13ae484..cb8a52ee2 100644
--- a/mod/pages/history.php
+++ b/mod/pages/history.php
@@ -1,6 +1,6 @@
<?php
/**
- * Elgg Pages
+ * History of revisions of a page
*
* @package ElggPages
*/
@@ -19,6 +19,7 @@ if (!$container) {
elgg_set_page_owner_guid($container->getGUID());
+elgg_push_breadcrumb($container->name, $container->getURL());
elgg_push_breadcrumb($page->title, $page->getURL());
elgg_push_breadcrumb(elgg_echo('pages:history'));