summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-05-17 22:06:08 -0400
committerRobin Millette <millette@controlyourself.ca>2009-05-17 22:06:08 -0400
commit5897dfa4c37d6a44bcde5dc7569c8b0d30f21b84 (patch)
tree6e882a25153ec071b4aa119bfdbd705ff51e2c90 /config.php.sample
parenta325144fa0ba769de1cdb554cac04e0116912b66 (diff)
Refactored new sections code to proper classes and added notice link to links in notice sections.
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 0e6bf0e5f..826b086a3 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -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';