www.gusucode.com > Elgg PHP开源SNS系统 V1.12.5源码程序 > elgg-1.12.5/mod/developers/views/default/theme_sandbox/layouts/two_sidebar.php

    <?php


echo elgg_view_layout('two_sidebar', array(
	'sidebar' => 'Primary Sidebar',
	'sidebar_alt' => 'Alternate Sidebar',
	'title' => 'The Title',
	'content' => '<p>The two_sidebar layout has a main content area and 2 sidebars.</p>',
));