MDL-8560 Chameleon not loading pix list on start page; backported from HEAD

This commit is contained in:
skodak
2007-02-18 13:01:42 +00:00
parent 70cf311253
commit eada4f02cc
+1 -1
View File
@@ -40,7 +40,7 @@ String.prototype.trim = function() {
var Config = {
THEME_ROOT: '<?php echo $chameleon_theme_root; ?>',
REMOTE_URI: '<?php echo substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/')); ?>/css.php<?php echo (isset($_GET['id'])) ? '?id='.(int) $_GET['id'] : ''; ?>',
REMOTE_URI: '<?php echo substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/')); ?>/css.php<?php echo (isset($_GET['id'])) ? '?id='.(int) $_GET['id'] : '?dummy=1'; ?>',
FONTS_LIST: ['verdana, arial, helvetica, sans-serif', '"trebuchet ms", verdana, sans-serif', 'georgia, "trebuchet ms", times, serif', 'Other'],
FONT_WEIGHTS: ['normal', 'bold'],
FONT_STYLES: ['normal', 'italic'],