Merge pull request #16546 from eileenmcnaughton/part_end2
[civicrm-core.git] / templates / CRM / common / debug.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
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 |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
b2b55163 10<!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
6a488035
TO
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
f813f78e 23{if $smarty.get.directoryCleanup}
6a488035
TO
24{$config->cleanup($smarty.get.directoryCleanup)}
25{/if}
26
f813f78e 27{if $smarty.get.cacheCleanup}
6a488035
TO
28{$config->clearDBCache()}
29{/if}
30
f813f78e 31{if $smarty.get.configReset}
6a488035
TO
32{$config->reset()}
33{/if}