From 14b7ebd3cbb5bee72f4663d3c051e9f9bae0074c Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 1 Mar 2006 07:45:29 +0000 Subject: [PATCH] Added config variable for docroot: the moodle documentations root. This is used to display a link for the docs that are relevant for the current page. --- admin/configvars.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/configvars.php b/admin/configvars.php index c9626781023..cb99f3d7e6f 100644 --- a/admin/configvars.php +++ b/admin/configvars.php @@ -299,10 +299,15 @@ class configvarrss extends configvar { /// language menu $interface['langcache'] = new configvar ( get_string('configlangcache', 'admin'), choose_from_menu($noyesoptions, 'langcache', $config->langcache, '', '', '', true) ); + /// locale $interface['locale'] = new configvar ( get_string('configlocale', 'admin'), '' ); +/// docroot + $interface['docroot'] = new configvar ( get_string('configdocroot', 'admin'), + '' ); + /// timezone $interface['timezone'] = new configvar ( get_string('configtimezone', 'admin'),