1 elgg.provide(
'elgg.config');
8 elgg.get_site_url =
function() {
9 return elgg.config.wwwroot;
21 if (
elgg.config.simplecache_enabled) {
22 lastcache =
elgg.config.lastcache;
29 var
path =
'/cache/' + lastcache +
'/' +
elgg.config.viewtype +
'/' +
type +
'/' +
view;
30 return elgg.normalize_url(path);
$CONFIG view
The current view type.
$CONFIG lastcache
The last cache time for the current viewtype.
$CONFIG path
The full path where Elgg is installed.