| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.189.2.7.2.1 2008/06/24 15:21:52 gage Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.189.2.7.2.2 2008/06/24 16:07:48 gage Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 240 | |
240 | |
| 241 | # URL of WeBWorK Bugzilla database. |
241 | # URL of WeBWorK Bugzilla database. |
| 242 | $webworkURLs{bugReporter} = "http://bugs.webwork.rochester.edu/"; |
242 | $webworkURLs{bugReporter} = "http://bugs.webwork.rochester.edu/"; |
| 243 | |
243 | |
| 244 | # Location of CSS |
244 | # Location of CSS |
| 245 | $webworkURLs{stylesheet} = "$webworkURLs{htdocs}/css/${defaultTheme}.css"; |
245 | # $webworkURLs{stylesheet} = "$webworkURLs{htdocs}/css/${defaultTheme}.css"; |
|
|
246 | # this is never used -- changing the theme from the config panel |
|
|
247 | # doesn't appear to reset the theme in time? |
|
|
248 | # It's better to refer directly to the .css file in the system.template |
|
|
249 | # <link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/math.css"/> |
| 246 | |
250 | |
| 247 | # Location of jsMath script, used for the jsMath display mode. |
251 | # Location of jsMath script, used for the jsMath display mode. |
| 248 | $webworkURLs{jsMath} = "$webworkURLs{htdocs}/jsMath/jsMath-ww.js"; |
252 | $webworkURLs{jsMath} = "$webworkURLs{htdocs}/jsMath/jsMath-ww.js"; |
| 249 | |
253 | |
| 250 | # Location of ASCIIMathML script, used for the asciimath display mode. |
254 | # Location of ASCIIMathML script, used for the asciimath display mode. |