diff options
Diffstat (limited to 'views/default/page/layouts/two_sidebar.php')
-rw-r--r-- | views/default/page/layouts/two_sidebar.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/page/layouts/two_sidebar.php b/views/default/page/layouts/two_sidebar.php index b2660a155..929547424 100644 --- a/views/default/page/layouts/two_sidebar.php +++ b/views/default/page/layouts/two_sidebar.php @@ -9,6 +9,8 @@ * @uses $vars['sidebar'] Optional content that is displayed in the sidebar * @uses $vars['sidebar_alt'] Optional content that is displayed in the alternate sidebar * @uses $vars['class'] Additional class to apply to layout + * + * @override views/default/page/layouts/two_sidebar.php */ $class = 'elgg-layout elgg-layout-two-sidebar clearfix'; |