Elgg
Version 3.0
|
Go to the source code of this file.
Variables | |
$is_simple_cache_on = (bool) elgg_get_config('simplecache_enabled') | |
Advanced site settings, caching section. More... | |
$simple_cache_disabled_class = $is_simple_cache_on ? '' : 'elgg-state-disabled' | |
$params | |
$simple_cache_warning = elgg_echo('installation:simplecache:description') | |
if(_elgg_config() ->hasInitialValue('simplecache_enabled')) | $simple_cache_input = elgg_view("input/checkbox", $params) |
$cache_symlinked = _elgg_is_cache_symlinked() | |
$symlink_warning = '<p class="elgg-text-help">' . elgg_echo('installation:cache_symlink:description') . '</p>' | |
if($cache_symlinked) | $symlink_input = elgg_view('input/checkbox', $params) |
$symlink_source = elgg_get_root_path() . 'cache/' | |
$symlink_target = elgg_get_asset_path() | |
$symlink_paths_help = elgg_echo('installation:cache_symlink:paths', [$symlink_source, $symlink_target]) | |
$minify_description = elgg_echo('installation:minify:description') | |
$minify_js_input | |
$minify_css_input | |
$system_cache_input | |
$body | |
$body |
Definition at line 78 of file caching.php.
$cache_symlinked = _elgg_is_cache_symlinked() |
Definition at line 27 of file caching.php.
$is_simple_cache_on = (bool) elgg_get_config('simplecache_enabled') |
Advanced site settings, caching section.
Definition at line 7 of file caching.php.
$minify_css_input |
Definition at line 60 of file caching.php.
$minify_description = elgg_echo('installation:minify:description') |
Definition at line 51 of file caching.php.
$minify_js_input |
Definition at line 52 of file caching.php.
$params |
Definition at line 10 of file caching.php.
$simple_cache_disabled_class = $is_simple_cache_on ? '' : 'elgg-state-disabled' |
Definition at line 8 of file caching.php.
if (_elgg_config() ->hasInitialValue('simplecache_enabled')) $simple_cache_input = elgg_view("input/checkbox", $params) |
Definition at line 25 of file caching.php.
$simple_cache_warning = elgg_echo('installation:simplecache:description') |
Definition at line 17 of file caching.php.
Definition at line 44 of file caching.php.
$symlink_paths_help = elgg_echo('installation:cache_symlink:paths', [$symlink_source, $symlink_target]) |
Definition at line 47 of file caching.php.
$symlink_source = elgg_get_root_path() . 'cache/' |
Definition at line 45 of file caching.php.
$symlink_target = elgg_get_asset_path() |
Definition at line 46 of file caching.php.
$symlink_warning = '<p class="elgg-text-help">' . elgg_echo('installation:cache_symlink:description') . '</p>' |
Definition at line 36 of file caching.php.
$system_cache_input |
Definition at line 68 of file caching.php.