From a1ed2bf2ac97c438b1b44bd96b8cb07a4eb81337 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 6 May 2015 14:17:52 +0200 Subject: comanche doco --- doc/comanche.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/comanche.bb') 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] @@ -108,6 +108,11 @@ 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=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] -- cgit v1.2.3