aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/layouts/content.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-06-26 15:13:50 -0400
committercash <cash.costello@gmail.com>2011-06-26 15:13:50 -0400
commit3c34ddf59804767e6a7deea3e3ee6c81d4a09601 (patch)
tree48e5e16f0ef73cf306feaab1953d2f2286bd4311 /views/default/page/layouts/content.php
parent33f5c59d5318bc1e9a607215a31e48c6f7ab5b29 (diff)
downloadelgg-3c34ddf59804767e6a7deea3e3ee6c81d4a09601.tar.gz
elgg-3c34ddf59804767e6a7deea3e3ee6c81d4a09601.tar.bz2
removed buttons logic from content header view, created convenience function rather than copying and pasting, and updated the blog plugin
Diffstat (limited to 'views/default/page/layouts/content.php')
-rw-r--r--views/default/page/layouts/content.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/views/default/page/layouts/content.php b/views/default/page/layouts/content.php
index 35d695f0a..c406c9faf 100644
--- a/views/default/page/layouts/content.php
+++ b/views/default/page/layouts/content.php
@@ -10,7 +10,6 @@
* @uses $vars['filter'] HTML of the content area filter (override)
* @uses $vars['title'] Title text (override)
* @uses $vars['context'] Page context (override)
- * @uses $vars['buttons'] Content header buttons (override)
* @uses $vars['filter_context'] Filter context: everyone, friends, mine
* @uses $vars['class'] Additional class to apply to layout
*/