summaryrefslogtreecommitdiff
path: root/bos_defaults.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bos_defaults.pl')
-rw-r--r--bos_defaults.pl15
1 files changed, 0 insertions, 15 deletions
diff --git a/bos_defaults.pl b/bos_defaults.pl
deleted file mode 100644
index 75ab6a2..0000000
--- a/bos_defaults.pl
+++ /dev/null
@@ -1,15 +0,0 @@
-# Honour multiple languages (allow *.ext.{lang}, and strip both in links)
-#
-$pref::doc_multiview = '1';
-
-# Default language
-# Ignored unless doc_multiview is active.
-#
-$pref::doc_lang = 'da'; # Supported locales: da en
-
-# Normally the above tags are standard html tags that could be used for other stuff than bos.
-# What parameter should we look for inside the tags (leave blank to ignore the id and accept all tags)?
-#
-#$pref::tag_id = '';
-
-'1'