diff options
Diffstat (limited to 'views/default/page/layouts/content/sidebar.php')
-rw-r--r-- | views/default/page/layouts/content/sidebar.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/default/page/layouts/content/sidebar.php b/views/default/page/layouts/content/sidebar.php new file mode 100644 index 000000000..86ca8435f --- /dev/null +++ b/views/default/page/layouts/content/sidebar.php @@ -0,0 +1,8 @@ +<?php +/** + * Main content sidebar + * + * @uses $vars['content] The content for the sidebar + */ + +echo $vars['content']; |