aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-02-21 21:28:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-02-21 21:28:03 +0100
commite5b6897c940774e69b83748ce56ed0ae461de6a8 (patch)
treece98671d76a57ba68632c617ca8dfed84cb4beb7 /config_sample.rb
parentd52d6b9a91c09bd698ec0b94ff7e590318246aa4 (diff)
new feature: breadcrumbs
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_sample.rb b/config_sample.rb
index 986be02..0f244b3 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -37,6 +37,16 @@ else
end
SITEURL = "#{protocol}://#{$cgi.server_name}#{port}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"
+# You may insert some sites, which are under your site
+# A breadcrumb will be generated in the way:
+# TUD -> ... -> Fakultät Informatik -> Professur DuD -> dudle -> poll
+BREADCRUMBS = [
+ "<a href='http://tu-dresden.de'>TUD</a>",
+ "...",
+ "<a href='http://www.inf.tu-dresden.de'>Fakultät Informatik</a>",
+ "<a href='http://dud.inf.tu-dresden.de'>Professur Datenschutz und Datensicherheit</a>"
+]
+
# If you want to encourage the user to send bug reports, state the errorlog,
# which you have configured in your apache conf with the ErrorLog directive.
# In addition, you can change the email address to yours, if you want to