diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-28 15:56:31 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-28 15:56:31 -0800 |
commit | c3e365ef4718e4c9d06eb962cb3deeb9fb39a2d9 (patch) | |
tree | 6e96960fef9442e3053705f90b237107a18657aa /view/pdl | |
parent | 21f464a5577e84b808fd56efdc49117a64c8dc30 (diff) | |
download | volse-hubzilla-c3e365ef4718e4c9d06eb962cb3deeb9fb39a2d9.tar.gz volse-hubzilla-c3e365ef4718e4c9d06eb962cb3deeb9fb39a2d9.tar.bz2 volse-hubzilla-c3e365ef4718e4c9d06eb962cb3deeb9fb39a2d9.zip |
Surface the ability to change the landing page after channel creation and create a 'go' module to present several possible things to do at this point. Change the default from 'settings' to 'profiles' so that the focus is more on you rather than the software configuration.
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_go.pdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/pdl/mod_go.pdl b/view/pdl/mod_go.pdl new file mode 100644 index 000000000..c34898dd5 --- /dev/null +++ b/view/pdl/mod_go.pdl @@ -0,0 +1,6 @@ +[region=aside] +[widget=fullprofile][/widget] +[/region] +[region=right_aside] +[widget=notifications][/widget] +[/region] |