aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggMenuItem.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-01 19:48:05 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-01 19:48:05 +0000
commita13b91d36ac72f0045a03402dc7040a226102ff5 (patch)
tree3ca3c2e4917926351a3f724d3eada836aa674f51 /engine/classes/ElggMenuItem.php
parent6b41bd72667ce810257a6ed35f090d3c702fb59e (diff)
downloadelgg-a13b91d36ac72f0045a03402dc7040a226102ff5.tar.gz
elgg-a13b91d36ac72f0045a03402dc7040a226102ff5.tar.bz2
Fixes #3032: toggler pattern is now <a href="#target" class="elgg-toggler">...</a> Wow, so much nicer.
git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggMenuItem.php')
-rw-r--r--engine/classes/ElggMenuItem.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php
index f0553dfb7..1e1981ab9 100644
--- a/engine/classes/ElggMenuItem.php
+++ b/engine/classes/ElggMenuItem.php
@@ -413,6 +413,8 @@ class ElggMenuItem {
* @params array $vars Options to pass to output/url if a link
*
* @return string
+ *
+ * @todo View code in a model. How do we feel about that?
*/
public function getContent(array $vars = array()) {