aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggMenuItem.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-06-26 08:16:19 -0400
committerCash Costello <cash.costello@gmail.com>2011-06-26 08:16:19 -0400
commit32387e6db0c56935e93314217b52eab4d9dca016 (patch)
treecc468b538fe31a26b08516755a651e860800aef9 /engine/classes/ElggMenuItem.php
parent2f3b6a8aebc55009f066a49b2d9aaa12dc5be008 (diff)
downloadelgg-32387e6db0c56935e93314217b52eab4d9dca016.tar.gz
elgg-32387e6db0c56935e93314217b52eab4d9dca016.tar.bz2
Fixes #3470 using rel=toggle now
Diffstat (limited to 'engine/classes/ElggMenuItem.php')
-rw-r--r--engine/classes/ElggMenuItem.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php
index cd6267ad6..1181583f2 100644
--- a/engine/classes/ElggMenuItem.php
+++ b/engine/classes/ElggMenuItem.php
@@ -504,6 +504,10 @@ class ElggMenuItem {
$vars['class'] = $this->getLinkClass();
}
+ if ($this->link_rel) {
+ $vars['rel'] = $this->link_rel;
+ }
+
if ($this->rel) {
$vars['rel'] = $this->rel;
}