From e5b6897c940774e69b83748ce56ed0ae461de6a8 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 21 Feb 2011 21:28:03 +0100 Subject: new feature: breadcrumbs --- config_sample.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config_sample.rb') 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 = [ + "TUD", + "...", + "Fakultät Informatik", + "Professur Datenschutz und Datensicherheit" +] + # 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 -- cgit v1.2.3