one_sidebar.php 255 B

123456789
  1. <?php
  2. echo elgg_view_layout('one_sidebar', array(
  3. 'sidebar' => 'Sidebar',
  4. 'title' => 'The Title',
  5. 'content' => '<p>The one_sidebar layout has a main content area and a single
  6. sidebar that can be position to the left or right by using CSS.</p>',
  7. ));