From 58e7394e2dabe3bcf92b5efdc1c3917973cdf943 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 4 Dec 2010 15:52:14 +0000 Subject: refs #1402 first cut of the new sidebar layout code (plus some other stuff - very non-atomic commit). blog plugin uses the one sidebar layout and bookmarks uses the two sidebar layout (for testing purposes) git-svn-id: http://code.elgg.org/elgg/trunk@7528 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layouts/two_sidebar.php | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 views/default/layouts/two_sidebar.php (limited to 'views/default/layouts/two_sidebar.php') diff --git a/views/default/layouts/two_sidebar.php b/views/default/layouts/two_sidebar.php new file mode 100644 index 000000000..26fb64920 --- /dev/null +++ b/views/default/layouts/two_sidebar.php @@ -0,0 +1,42 @@ + + +
+
+ +
+
+ elgg_view('layout_elements/module', array('title' => 'Testing', 'body' => 'Hello, world!')) + ); + echo elgg_view('page_elements/sidebar', $params); + ?> +
+ +
+ +
+
-- cgit v1.2.3