-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Regarding Layout, and taking phpws to a new level. I was using the layoutit.com site to develop a twitter bootstrap page for a small application I was building. I like it because it helped me understand how the css and structure work for bootstrap. It gave me this idea.
The theme in phpws IMO should have only three hard coded areas: {HEADER}, {BODY} AND {FOOTER}. To create a page, you would add a layout or multiple layouts to each of the three sections. So in header you might grab a 12 column layout, then add a navbar. In body you might grab a 3 column layout (4 4 4) and add blocks to each one. Etc. etc. This way you can eliminate the need for alternate stylesheets per page, have a splashpage layout on the home page, and 2 columns elsewhere. When you create the page, you drag your existing content to it, by making it available to be pinned or placed there, like menus.
So you create a 2 10 layout in body. Switch from layout to content, select menus, and drag the menu to the right content block in the 2 10 layout.
┆Issue is synchronized with this Asana task