
| Current Path : /var/www/html1/testsite/web/themes/contrib/adaptivetheme/at_core/forms/ext/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/testsite/web/themes/contrib/adaptivetheme/at_core/forms/ext/extension_clearcache.php |
<?php
/**
* Form submit handler for the theme settings form.
*/
function at_core_submit_extension_clearcache() {
drupal_flush_all_caches();
drupal_set_message(t('Cache cleared.'), 'status');
}