|
Elgg
Version 2.3
|
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 = '<p class="elgg-text-help">' . elgg_echo('installation:simplecache:description') . '</p>' | |
| if($GLOBALS['_ELGG']->simplecache_enabled_in_settings) | $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_cache_path() . 'views_simplecache/' | |
| $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 72 of file caching.php.
| $cache_symlinked = _elgg_is_cache_symlinked() |
Definition at line 25 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 56 of file caching.php.
| $minify_description = elgg_echo('installation:minify:description') |
Definition at line 48 of file caching.php.
| $minify_js_input |
Definition at line 49 of file caching.php.
| $params |
Definition at line 10 of file caching.php.
Definition at line 8 of file caching.php.
| if ( $GLOBALS[ '_ELGG']->simplecache_enabled_in_settings) $simple_cache_input = elgg_view("input/checkbox", $params) |
Definition at line 23 of file caching.php.
| $simple_cache_warning = '<p class="elgg-text-help">' . elgg_echo('installation:simplecache:description') . '</p>' |
Definition at line 16 of file caching.php.
Definition at line 41 of file caching.php.
| $symlink_paths_help = elgg_echo('installation:cache_symlink:paths', [$symlink_source, $symlink_target]) |
Definition at line 44 of file caching.php.
| $symlink_source = elgg_get_root_path() . 'cache/' |
Definition at line 42 of file caching.php.
| $symlink_target = elgg_get_cache_path() . 'views_simplecache/' |
Definition at line 43 of file caching.php.
| $symlink_warning = '<p class="elgg-text-help">' . elgg_echo('installation:cache_symlink:description') . '</p>' |
Definition at line 33 of file caching.php.
| $system_cache_input |
Definition at line 63 of file caching.php.