diff options
author | cash <cash.costello@gmail.com> | 2011-06-26 15:13:50 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-06-26 15:13:50 -0400 |
commit | 3c34ddf59804767e6a7deea3e3ee6c81d4a09601 (patch) | |
tree | 48e5e16f0ef73cf306feaab1953d2f2286bd4311 /views/default/page/layouts/content.php | |
parent | 33f5c59d5318bc1e9a607215a31e48c6f7ab5b29 (diff) | |
download | elgg-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.php | 1 |
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 */ |