diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:18:04 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:18:04 -0700 |
commit | 2cb8b19972eb6a023eca1297f281ef9f68934c64 (patch) | |
tree | 91897ec0f7e1ed4ed0aba652e3deea23082f13ab /doc/comanche.bb | |
parent | 3140650b8f057b6e88827908a71cecbe68494a10 (diff) | |
parent | 70e5bf04e160bf1e3f2673f4405ac6a6adecb485 (diff) | |
download | volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.tar.gz volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.tar.bz2 volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'doc/comanche.bb')
-rw-r--r-- | doc/comanche.bb | 7 |
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 "mymenu" at this location on the page, whi [code]
[menu=horizontal]mymenu[/menu]
[/code]
-This places the menu called "mymenu" 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 "mymenu" 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 "mymenu" at this location on the page, whi This places a block named "contributors" in this region.
[code]
+ [block=someclass]contributors[/block]
+[/code]
+This places a block named "contributors" in this region. Additionally it applies the "someclass" class to the block. This replaces the default block classes "bblock widget".
+
+[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.
|