Update concepts.md

Updated Concepts table of contents
This commit is contained in:
Javier Velilla
2014-11-19 11:32:59 -03:00
parent ebed52ae01
commit 6162432d52

View File

@@ -3,11 +3,14 @@ CMS Concepts
[Work in progress] [Work in progress]
##### Table of Contents ##### Table of Contents
[Theme](#theme)
[Regions](#regions) 1. [**Theme**](#theme)
[Blocks](#blocks) 2. [**Regions**](#regions)
[Modules](#modules) - [**Default Page Layout**](#page_layout)
[Hooks](#hooks) - [**Regions Holds blocks**](#regions_blocks)
3. [**Blocks**](#blocks)
4. [**Modules**](#modules)
5. [**Hooks**](#hooks)
<a name="theme"/> <a name="theme"/>
@@ -27,7 +30,7 @@ Regions
------- -------
The layout of a CMS web page has predefined area called **regions**. The Eiffel CMS uses the same default regions as Drupal, so let's see them in the following image. The layout of a CMS web page has predefined area called **regions**. The Eiffel CMS uses the same default regions as Drupal, so let's see them in the following image.
<a name="page_layout"/>
![default page layout](http://themery.com/sites/default/files/figure-15-10.png) ![default page layout](http://themery.com/sites/default/files/figure-15-10.png)
``` ```
@@ -41,7 +44,7 @@ regions[first_sidebar] = first sidebar
regions[second_sidebar] = second sidebar regions[second_sidebar] = second sidebar
regions[page_bottom] = Bottom regions[page_bottom] = Bottom
``` ```
<a name="regions_blocks"/>
**Regions Hold Blocks** **Regions Hold Blocks**
What goes inside regions? Generally, regions hold smaller piece of content called blocks. Blocks hold chunks of content, like the user login form, navigation menu or the information for the footer. What goes inside regions? Generally, regions hold smaller piece of content called blocks. Blocks hold chunks of content, like the user login form, navigation menu or the information for the footer.