You are here

function example_system_theme_data in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_upgrade/tests/old/samples/example.module \example_system_theme_data()

File

coder_upgrade/tests/old/samples/example.module, line 167

Code

function example_system_theme_data() {

  // module_rebuild_cache() -- Change the next line but leave this alone
  module_rebuild_cache();

  // system_theme_data() -- Change the next line but leave this alone
  system_theme_data();
}