Proyectos de Subversion Moodle

Rev

Rev 686 | Rev 693 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 686 Rev 687
Línea 2375... Línea 2375...
2375
            $relativebaseurl = preg_replace('|^https?://|i', '//', $CFG->wwwroot);
2375
            $relativebaseurl = preg_replace('|^https?://|i', '//', $CFG->wwwroot);
2376
            $url = str_replace($relativebaseurl, '', $url);
2376
            $url = str_replace($relativebaseurl, '', $url);
2377
            return new moodle_url($url);
2377
            return new moodle_url($url);
2378
        }
2378
        }
Línea 2379... Línea 2379...
2379
 
2379
 
2380
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-calendar_white.png';
2380
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-calendar-white.png';
Línea 2381... Línea 2381...
2381
    }
2381
    }
2382
 
2382
 
2383
    public function get_theme_image_login_bg()
2383
    public function get_theme_image_login_bg()