aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-01 17:53:57 -0800
committerfriendica <info@friendica.com>2014-03-01 17:53:57 -0800
commitcc77538c69dc019af6b1bd03ee39db93395782c2 (patch)
tree618dc4c4edfe7a2fe4f0e3928d31698de2be4942 /doc
parent247cb85c94c0214c6d60158e0429931a2f8479a0 (diff)
downloadvolse-hubzilla-cc77538c69dc019af6b1bd03ee39db93395782c2.tar.gz
volse-hubzilla-cc77538c69dc019af6b1bd03ee39db93395782c2.tar.bz2
volse-hubzilla-cc77538c69dc019af6b1bd03ee39db93395782c2.zip
change the docs for template tag
Diffstat (limited to 'doc')
-rw-r--r--doc/Comanche.md8
-rw-r--r--doc/comanche.bb6
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/Comanche.md b/doc/Comanche.md
index 2c3bb914a..a1fbe023d 100644
--- a/doc/Comanche.md
+++ b/doc/Comanche.md
@@ -19,9 +19,9 @@ Currently there are two layout templates, unless your site provides additional l
The full template defines the same as the default template with the exception that there is no "aside" region.
-To choose a layout template, use the 'layout' tag.
+To choose a layout template, use the 'template' tag.
- [layout]full[/layout]
+ [template]full[/template]
The default template will be used if no other template is specified. The template can use any names it desires for content regions. You will be using 'region' tags to decide what content to place in the respective regions.
@@ -100,11 +100,11 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
**Complex Example**
-Please note that pasting this example into a layout page is not likely to do anything useful as the chosen names (layout, theme, regions, etc.) may not correspond to any existing webpage components.
+Please note that pasting this example into a layout page is not likely to do anything useful as the chosen names (template, theme, regions, etc.) may not correspond to any existing webpage components.
[comment]use an existing page template which provides a banner region plus 3 columns beneath it[/comment]
- [layout]3-column-with-header[/layout]
+ [template]3-column-with-header[/template]
[comment]Use the "darknight" theme[/comment]
diff --git a/doc/comanche.bb b/doc/comanche.bb
index ea2069b35..5bfa59a50 100644
--- a/doc/comanche.bb
+++ b/doc/comanche.bb
@@ -18,10 +18,10 @@ Currently there are two layout templates, unless your site provides additional l
The full template defines the same as the default template with the exception that there is no &quot;aside&quot; region.
[/code]
-To choose a layout template, use the 'layout' tag.
+To choose a layout template, use the 'template' tag.
[code]
- [layout]full[/layout]
+ [template]full[/template]
[/code]
The default template will be used if no other template is specified. The template can use any names it desires for content regions. You will be using 'region' tags to decide what content to place in the respective regions.
@@ -98,7 +98,7 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
[code]
[comment]use an existing page template which provides a banner region plus 3 columns beneath it[/comment]
- [layout]3-column-with-header[/layout]
+ [template]3-column-with-header[/template]
[comment]Use the &quot;darknight&quot; theme[/comment]