Proyectos de Subversion Moodle

Rev

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

Rev 684 Rev 686
Línea 2326... Línea 2326...
2326
            $url = str_replace($relativebaseurl, '', $url);
2326
            $url = str_replace($relativebaseurl, '', $url);
2327
            return new moodle_url($url);
2327
            return new moodle_url($url);
2328
        }
2328
        }
Línea 2329... Línea 2329...
2329
 
2329
 
2330
 
2330
 
Línea 2331... Línea 2331...
2331
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-catalog.png';
2331
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-catalog-white.png';
2332
    }
2332
    }
2333
 
2333
 
Línea 2343... Línea 2343...
2343
            return new moodle_url($url);
2343
            return new moodle_url($url);
2344
        }
2344
        }
Línea 2345... Línea 2345...
2345
 
2345
 
2346
 
2346
 
Línea 2347... Línea 2347...
2347
 
2347
 
2348
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-progress.png';
2348
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-progress-white.png';
2349
    }
2349
    }
Línea 2359... Línea 2359...
2359
            $relativebaseurl = preg_replace('|^https?://|i', '//', $CFG->wwwroot);
2359
            $relativebaseurl = preg_replace('|^https?://|i', '//', $CFG->wwwroot);
2360
            $url = str_replace($relativebaseurl, '', $url);
2360
            $url = str_replace($relativebaseurl, '', $url);
2361
            return new moodle_url($url);
2361
            return new moodle_url($url);
2362
        }
2362
        }
Línea 2363... Línea 2363...
2363
 
2363
 
2364
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-foros.png';
2364
        return $CFG->wwwroot . '/theme/universe_child/pix/icon-forum-white.png';
Línea 2365... Línea 2365...
2365
    }
2365
    }
2366
 
2366
 
2367
    public function get_navbar_image_calendar()
2367
    public function get_navbar_image_calendar()
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.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()