diff options
author | friendica <info@friendica.com> | 2015-05-01 13:19:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-05-01 13:19:19 -0700 |
commit | b467dc4f0055452b65fac842d1294ec9cc978445 (patch) | |
tree | aaeac4db4a1e1340ee95cad3c3367bdff10e64f1 /doc | |
parent | c4221f32738dac51f691d5be1bebd2b50318521e (diff) | |
parent | e4fe068ed51c3d92cdb416492c3cc0ad26c28c1c (diff) | |
download | volse-hubzilla-b467dc4f0055452b65fac842d1294ec9cc978445.tar.gz volse-hubzilla-b467dc4f0055452b65fac842d1294ec9cc978445.tar.bz2 volse-hubzilla-b467dc4f0055452b65fac842d1294ec9cc978445.zip |
Merge branch 'master' into tres
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Comanche.md | 4 | ||||
-rw-r--r-- | doc/comanche.bb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/Comanche.md b/doc/Comanche.md index 56bf68457..147988938 100644 --- a/doc/Comanche.md +++ b/doc/Comanche.md @@ -88,6 +88,10 @@ This places the menu called "mymenu" at this location on the page, which must be This places a block named "contributors" in this region. + [block][var=wrap]none[/var]contributors[/block] + +The variable [var=wrap]none[/var] in a block removes the wrapping div element from the block. + **Widgets** diff --git a/doc/comanche.bb b/doc/comanche.bb index 19a74833e..3afe14489 100644 --- a/doc/comanche.bb +++ b/doc/comanche.bb @@ -108,6 +108,10 @@ This places the menu called "mymenu" at this location on the page, whi [/code]
This places a block named "contributors" in this region.
+[code]
+ [block][var=wrap]none[/var]contributors[/block]
+[/code]
+The variable [var=wrap]none[/var] in a block removes the wrapping div element from the block.
[b]Widgets[/b]
|