diff options
author | marijus <mario@mariovavti.com> | 2014-03-04 14:52:12 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-04 14:52:12 +0100 |
commit | ffb791968e48b5699dc99fffccc562f198f86c5d (patch) | |
tree | 4b53eeae5f9236f76f6ba4baee00b0a08adafe50 /doc/comanche.bb | |
parent | 636a52d001be9bce66f5b2fd7313ffa6540a97e4 (diff) | |
parent | 5b33d98f0814a2fcb23ad78d2442ebecc85d4fb5 (diff) | |
download | volse-hubzilla-ffb791968e48b5699dc99fffccc562f198f86c5d.tar.gz volse-hubzilla-ffb791968e48b5699dc99fffccc562f198f86c5d.tar.bz2 volse-hubzilla-ffb791968e48b5699dc99fffccc562f198f86c5d.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'doc/comanche.bb')
-rw-r--r-- | doc/comanche.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/comanche.bb b/doc/comanche.bb index 83384f2de..1464d809d 100644 --- a/doc/comanche.bb +++ b/doc/comanche.bb @@ -65,6 +65,11 @@ To select a theme for your page, use the 'theme' tag. [/code]
This will select the theme named "apw". By default your channel's preferred theme will be used.
+[code]
+ [theme=passion]apw[/theme]
+[/code]
+This will select the theme named "apw" and select the "passion" schema (theme variant).
+
[b]Regions[/b]
@@ -83,6 +88,13 @@ Your webpage creation tools allow you to create menus and blocks, in addition to [menu]mymenu[/menu]
[/code]
This places the menu called "mymenu" at this location on the page, which must be inside a region.
+
+[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.
+
+
[code]
[block]contributors[/block]
[/code]
|