diff options
Diffstat (limited to 'views/default/page/components/list.php')
-rw-r--r-- | views/default/page/components/list.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/default/page/components/list.php b/views/default/page/components/list.php index 3a4fc21c8..ae951c89f 100644 --- a/views/default/page/components/list.php +++ b/views/default/page/components/list.php @@ -25,11 +25,6 @@ $pagination = elgg_extract('pagination', $vars, true); $offset_key = elgg_extract('offset_key', $vars, 'offset'); $position = elgg_extract('position', $vars, 'after'); -// @todo standardize on full_view - will require backward compatible code -if (isset($vars['full_view'])) { - $vars['full'] = $vars['full_view']; -} - $list_class = 'elgg-list'; if (isset($vars['list_class'])) { $list_class = "{$vars['list_class']} $list_class"; |