diff options
author | Mario <mario@mariovavti.com> | 2024-06-26 10:12:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-26 10:12:22 +0000 |
commit | de992452ee3f6392fa7eb8d3dbac0c1dd2e32b00 (patch) | |
tree | 5dae3b3f846c413de76ca1e782a212513b8fe0bf | |
parent | 4cddc3d0dfa67c7416ec2c2881c43c491ccc0db4 (diff) | |
download | volse-hubzilla-de992452ee3f6392fa7eb8d3dbac0c1dd2e32b00.tar.gz volse-hubzilla-de992452ee3f6392fa7eb8d3dbac0c1dd2e32b00.tar.bz2 volse-hubzilla-de992452ee3f6392fa7eb8d3dbac0c1dd2e32b00.zip |
use the doubleleft template by default for admin pages to work around some display issues. Also notifications, etc. are not really useful there
-rw-r--r-- | view/pdl/mod_admin.pdl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/view/pdl/mod_admin.pdl b/view/pdl/mod_admin.pdl index 3c9633a69..f5e46baed 100644 --- a/view/pdl/mod_admin.pdl +++ b/view/pdl/mod_admin.pdl @@ -1,10 +1,7 @@ +[template]doubleleft[/template] [region=aside] [widget=admin][/widget] [/region] [region=content] $content [/region] -[region=right_aside] -[widget=notifications][/widget] -[widget=newmember][/widget] -[/region] |