function custompage_clearcache_message in Custom Page 7
Same name and namespace in other branches
- 6 custompage.module \custompage_clearcache_message()
2 calls to custompage_clearcache_message()
- custompage_delegate in ./
custompage.module - Find a theme function and/or template file and return content
- custompage_ui_admin_settings in custompage_ui/
custompage_ui.module
File
- ./
custompage.module, line 232 - Custom Page Module
Code
function custompage_clearcache_message() {
return "<div style=\"border-top: 1px solid silver;\"><b>ATTENTION:</b> Theme engine is strongly cached in Drupal version 7 and\n if/when you add a new tpl.php or a theming function, you need to " . l(t('clear cache'), 'admin/config/system/custompage/flushcache') . " before you can see any changes.</div>";
}