1 2 3 4 5 6 7
elgg.provide('elgg.config'); elgg.config.wwwroot = '/'; elgg.get_site_url = function() { return elgg.config.wwwroot; }