Merge pull request #15927 from eileenmcnaughton/event_form
[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 $smarty.get.smartyDebug}
12 {debug}
13 {/if}
14
15 {if $smarty.get.sessionReset}
16 {$session->reset($smarty.get.sessionReset)}
17 {/if}
18
19 {if $smarty.get.sessionDebug}
20 {$session->debug($smarty.get.sessionDebug)}
21 {/if}
22
23 {if $smarty.get.directoryCleanup}
24 {$config->cleanup($smarty.get.directoryCleanup)}
25 {/if}
26
27 {if $smarty.get.cacheCleanup}
28 {$config->clearDBCache()}
29 {/if}
30
31 {if $smarty.get.configReset}
32 {$config->reset()}
33 {/if}