Merge pull request #22552 from colemanw/searchKitConditionalCss
[civicrm-core.git] / templates / CRM / common / debug.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
11 {if isset($smarty.get.smartyDebug|smarty:nodefaults)}
12 {debug}
13 {/if}
14
15 {if isset($smarty.get.sessionReset|smarty:nodefaults)}
16 {$session->reset($smarty.get.sessionReset)}
17 {/if}
18
19 {if isset($smarty.get.sessionDebug|smarty:nodefaults)}
20 {$session->debug($smarty.get.sessionDebug)}
21 {/if}
22
23 {if isset($smarty.get.directoryCleanup|smarty:nodefaults)}
24 {$config->cleanup($smarty.get.directoryCleanup)}
25 {/if}
26
27 {if isset($smarty.get.cacheCleanup|smarty:nodefaults)}
28 {$config->clearDBCache()}
29 {/if}
30
31 {if isset($smarty.get.configReset|smarty:nodefaults)}
32 {$config->reset()}
33 {/if}