diff options
author | friendica <info@friendica.com> | 2013-12-11 19:43:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-11 19:43:41 -0800 |
commit | b4e1e8a4a43721d0134e41944afaa9f45bcd8aa8 (patch) | |
tree | 4ad54778112984ced01500e25cb16b44b98f256f /view/pdl | |
parent | 2f46bacded409c86514bc7542a01337c3cbf642a (diff) | |
download | volse-hubzilla-b4e1e8a4a43721d0134e41944afaa9f45bcd8aa8.tar.gz volse-hubzilla-b4e1e8a4a43721d0134e41944afaa9f45bcd8aa8.tar.bz2 volse-hubzilla-b4e1e8a4a43721d0134e41944afaa9f45bcd8aa8.zip |
The affinity tool is not a "traditional" widget. But it is nevertheless a widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_network.pdl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/pdl/mod_network.pdl b/view/pdl/mod_network.pdl index 168ca6acb..7624ace01 100644 --- a/view/pdl/mod_network.pdl +++ b/view/pdl/mod_network.pdl @@ -1,4 +1,5 @@ [region=nav]$nav[/region] + [region=aside] [widget=collections][/widget] [widget=archive][/widget] @@ -7,4 +8,8 @@ [widget=filer][/widget] [widget=notes][/widget] [/region] -[region=section]$content[/region]
\ No newline at end of file + +[region=content] +[widget=affinity][/widget] +$content +[/region]
\ No newline at end of file |