diff options
author | friendica <info@friendica.com> | 2014-07-29 19:26:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-29 19:26:17 -0700 |
commit | 60e7837f00070508f9ea9672f4812e95d644f70b (patch) | |
tree | 2e0e2ce069984c95d7cb8a2f3b641b2e13221ac1 /view/tpl | |
parent | a1ffb5ee724e6879f3b24708d70b808c4438e2fc (diff) | |
download | volse-hubzilla-60e7837f00070508f9ea9672f4812e95d644f70b.tar.gz volse-hubzilla-60e7837f00070508f9ea9672f4812e95d644f70b.tar.bz2 volse-hubzilla-60e7837f00070508f9ea9672f4812e95d644f70b.zip |
implement the new friend activity post which has been missing for some time now
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 89c05b75f..443e63696 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -93,9 +93,9 @@ <div id="settings-notifications"> <div id="settings-activity-desc">{{$activity_options}}</div> -{{*the next two aren't yet implemented *}} -{{*include file="field_checkbox.tpl" field=$post_newfriend*}} +{{*not yet implemented *}} {{*include file="field_checkbox.tpl" field=$post_joingroup*}} +{{include file="field_checkbox.tpl" field=$post_newfriend}} {{include file="field_checkbox.tpl" field=$post_profilechange}} |