layouts.php 432 B

1234567891011121314
  1. <?php
  2. /**
  3. * Layouts
  4. */
  5. elgg_push_breadcrumb('breadcrumb 1', '#');
  6. elgg_push_breadcrumb('breadcrumb 2');
  7. echo elgg_view_module('theme-sandbox-demo', "One Column", elgg_view('theme_sandbox/layouts/one_column'));
  8. echo elgg_view_module('theme-sandbox-demo', "One Sidebar", elgg_view('theme_sandbox/layouts/one_sidebar'));
  9. echo elgg_view_module('theme-sandbox-demo', "Two Sidebar", elgg_view('theme_sandbox/layouts/two_sidebar'));