diff options
author | friendica <info@friendica.com> | 2012-08-22 19:51:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-22 19:51:08 -0700 |
commit | a9dabd8eb918436b57d9263ad3d635774455f28f (patch) | |
tree | 9f6a3c9fc4eaf3b48f4f953dcff8f09bac66f2c4 /mod | |
parent | 136380fedec2037f004d6db2ff5384228797b3ee (diff) | |
download | volse-hubzilla-a9dabd8eb918436b57d9263ad3d635774455f28f.tar.gz volse-hubzilla-a9dabd8eb918436b57d9263ad3d635774455f28f.tar.bz2 volse-hubzilla-a9dabd8eb918436b57d9263ad3d635774455f28f.zip |
per module code file for themes
Diffstat (limited to 'mod')
-rw-r--r-- | mod/zregister.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/zregister.php b/mod/zregister.php index e8fdafae2..a9a622213 100644 --- a/mod/zregister.php +++ b/mod/zregister.php @@ -3,7 +3,6 @@ require_once('include/account.php'); function zregister_init(&$a) { - $a->page['template'] = 'full'; $result = null; $cmd = ((argc() > 1) ? argv(1) : ''); |