two_sidebar.php 240 B

12345678910
  1. <?php
  2. echo elgg_view_layout('two_sidebar', array(
  3. 'sidebar' => 'Primary Sidebar',
  4. 'sidebar_alt' => 'Alternate Sidebar',
  5. 'title' => 'The Title',
  6. 'content' => '<p>The two_sidebar layout has a main content area and 2 sidebars.</p>',
  7. ));