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/tpl/admin_site.tpl | |
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/tpl/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 50482f03d..0eabe620d 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -74,6 +74,7 @@ {{include file="field_select.tpl" field=$access_policy}} {{include file="field_input.tpl" field=$location}} {{include file="field_input.tpl" field=$sellpage}} + {{include file="field_input.tpl" field=$firstpage}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> |