Elgg
Version 1.11
|
Get the URL for the cached fileThis automatically registers the view with Elgg's simplecache.
$blog_js = elgg_get_simplecache_url('js', 'blog/save_draft'); elgg_register_js('elgg.blog', $blog_js); elgg_load_js('elgg.blog');
string | $type | The file type: css or js |
string | $view | The view name after css/ or js/ |