aboutsummaryrefslogtreecommitdiffstats
path: root/doc/comanche.bb
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-05-06 14:17:52 +0200
committerMario Vavti <mario@mariovavti.com>2015-05-06 14:17:52 +0200
commita1ed2bf2ac97c438b1b44bd96b8cb07a4eb81337 (patch)
treeb98c7b6605c52fbe868ac36e1abc5d5052a7863c /doc/comanche.bb
parent257c670d5ca540d9fb65102bb45c253946725897 (diff)
downloadvolse-hubzilla-a1ed2bf2ac97c438b1b44bd96b8cb07a4eb81337.tar.gz
volse-hubzilla-a1ed2bf2ac97c438b1b44bd96b8cb07a4eb81337.tar.bz2
volse-hubzilla-a1ed2bf2ac97c438b1b44bd96b8cb07a4eb81337.zip
comanche doco
Diffstat (limited to 'doc/comanche.bb')
-rw-r--r--doc/comanche.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/comanche.bb b/doc/comanche.bb
index 3afe14489..eb881fbdc 100644
--- a/doc/comanche.bb
+++ b/doc/comanche.bb
@@ -100,7 +100,7 @@ This places the menu called &quot;mymenu&quot; at this location on the page, whi
[code]
[menu=horizontal]mymenu[/menu]
[/code]
-This places the menu called &quot;mymenu&quot; at this location on the page, which must be inside a region. Additionally it applies the "horizontal" style to the menu. "horizontal" is defined in the redbasic theme. It may or may not be available in other themes.
+This places the menu called &quot;mymenu&quot; at this location on the page, which must be inside a region. Additionally it applies the "horizontal" class to the menu. "horizontal" is defined in the redbasic theme. It may or may not be available in other themes.
[code]
@@ -109,6 +109,11 @@ This places the menu called &quot;mymenu&quot; at this location on the page, whi
This places a block named &quot;contributors&quot; in this region.
[code]
+ [block=someclass]contributors[/block]
+[/code]
+This places a block named &quot;contributors&quot; in this region. Additionally it applies the &quot;someclass&quot; class to the block. This replaces the default block classes &quot;bblock widget&quot;.
+
+[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.