diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-09 15:14:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-09 15:14:44 -0700 |
commit | 87970491441cb15462d3fe7a7641d2f2755cb45b (patch) | |
tree | 455abf25ed534ddcadfd595f3484c4ef6ff74a2a /doc/member/member_guide.bb | |
parent | 09009d4b32d5014d77de941dba695fe2bc577616 (diff) | |
parent | cc1ffff7cdfe5881636b6d2de3fe16f0094b5d69 (diff) | |
download | volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.tar.gz volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.tar.bz2 volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'doc/member/member_guide.bb')
-rw-r--r-- | doc/member/member_guide.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/member/member_guide.bb b/doc/member/member_guide.bb index 0a2d11a88..0794f24d3 100644 --- a/doc/member/member_guide.bb +++ b/doc/member/member_guide.bb @@ -634,6 +634,15 @@ This will select the theme named "suckerberg" and select the "pas The condensed notation isn't part of Comanche itself but is recognised by $Projectname platform as a theme specifier. +[h4]Navbar[/h4] + +[code] + [navbar]tucson[/navbar] +[/code] + +Use the 'tucson' navbar template and CSS rules. By default the 'nav' navbar template will be used. + + [h4]Regions[/h4] Each region has a name, as noted above. You will specify the region of interest using a 'region' tag, which includes the name. Any content you wish placed in this region should be placed between the opening region tag and the closing tag. |