aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorsembrestels <sembrestels@riseup.net>2011-10-13 10:30:41 +0200
committersembrestels <sembrestels@riseup.net>2011-10-13 10:30:41 +0200
commit036456e68fa7528990dcf647e3c2820ef3ed33bc (patch)
tree6c6f5fb143b611758713832f14a3f92bc3c39b1a /index.php
parent50a3755344b18f943237672f88d8fbbfc63d929a (diff)
downloadelgg-036456e68fa7528990dcf647e3c2820ef3ed33bc.tar.gz
elgg-036456e68fa7528990dcf647e3c2820ef3ed33bc.tar.bz2
Improved breadcrumbs
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 660200d8f..e4e039f51 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,6 @@
<?php
+
+ elgg_push_breadcrumb(elgg_echo('dokuwiki'));
$offset = (int)get_input('offset', 0);
$title = elgg_echo("dokuwiki:title");
$content = elgg_list_entities(array('subtype'=>'dokuwiki', 'offset'=>$offset, 'types'=>'object','full_view'=>false));