Update concepts.md
Updated Concepts table of contents
This commit is contained in:
@@ -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"/>
|
||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user