]> git.mxchange.org Git - friendica.git/blobdiff - view/it/htconfig.tpl
extending notifications to other types
[friendica.git] / view / it / htconfig.tpl
index 4de26611296604110b65e109dca88aa2c3e3db8a..9f6e282aba239b090a78ed38e2123a2b26054db9 100644 (file)
@@ -33,7 +33,7 @@ $a->config['sitename'] = "La Mia Rete di Amici";
 
 $a->config['register_policy'] = REGISTER_OPEN;
 $a->config['register_text'] = '';
-$a->config['admin_email'] = '';
+$a->config['admin_email'] = '$adminmail';
 
 // Maximum size of an imported message, 0 is unlimited
 
@@ -66,8 +66,3 @@ $a->config['system']['rino_encrypt'] = true;
 
 $a->config['system']['theme'] = 'duepuntozero';
 
-// Addons or plugins are configured here.
-// This is a comma seperated list of addons to enable. Example:
-// $a->config['system']['addon'] = 'js_upload,randplace,oembed';
-
-$a->config['system']['addon'] = 'js_upload';