]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Refactored new sections code to proper classes and added notice link to links in...
[quix0rs-gnu-social.git] / config.php.sample
index 0e6bf0e5f65fc4bc2d342e700d1b6f30563554dd..826b086a3bea7e423580b0636f110d069a6844e8 100644 (file)
@@ -33,6 +33,12 @@ $config['site']['path'] = 'laconica';
 #Make the site invisible to  non-logged-in users
 #$config['site']['private'] = true;
 
+# 'direct' for direct notice links in sections
+# 'attachment' for notice attachment links in sections
+# left undefined, no link is showed
+#$config['site']['notice_link'] = 'attachment';
+#$config['site']['notice_link'] = 'direct';
+
 # If you want logging sent to a file instead of syslog
 #$config['site']['logfile'] = '/tmp/laconica.log';