aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/layouts/content/sidebar.php
blob: 86ca8435f46da8be8fad33f2f7bb9a1618ac3446 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Main content sidebar
 *
 * @uses $vars['content] The content for the sidebar
 */

echo $vars['content'];