From df33cae986557cc521fd5d0a7d4c956d256171cf Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 12 Jun 2008 13:14:15 +0000 Subject: new layout using canvas view git-svn-id: https://code.elgg.org/elgg/trunk@886 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/pageshells/pageshell.php | 177 ++++++++++++--------------------- 1 file changed, 65 insertions(+), 112 deletions(-) (limited to 'views/default/pageshells') diff --git a/views/default/pageshells/pageshell.php b/views/default/pageshells/pageshell.php index 1bc09444d..e82e47aac 100644 --- a/views/default/pageshells/pageshell.php +++ b/views/default/pageshells/pageshell.php @@ -1,112 +1,65 @@ -sitename; - } else if (empty($vars['config']->sitename)) { - $title = $vars['title']; - } else { - $title = $vars['config']->sitename . ": " . $vars['title']; - } - -?> - - - - - - - $vars['sysmessages'])); ?> - - - -
-
- - - - - -
-
- - - -
-
- - -
-
- -edit -

Right sidebar

-

Here's all the edit controls for this widget

-
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

-
-
- -
-

-
- - - -
-
- -

- - -
-

-
- - -
- - -
-
- -
-
- -edit -

Spotlight

-
-
-

Here's all the edit controls for this widget

-
-
-

-
-
- -
-
- - - - - - +sitename; + } else if (empty($vars['config']->sitename)) { + $title = $vars['title']; + } else { + $title = $vars['config']->sitename . ": " . $vars['title']; + } + +?> + + + + + + + $vars['sysmessages'])); ?> + + + + +
+
+ + + + + +
+
+ + + +
+ +
+
+ + + + + + + + + -- cgit v1.2.3