function ctools_ajax_sample_theme

Implementation of hook_theme()

Render some basic output for this module.

File

ctools_ajax_sample/ctools_ajax_sample.module, line 97

Code

function ctools_ajax_sample_theme() {
  return array(
    // Sample theme functions.
'ctools_ajax_sample_container' => array(
      'arguments' => array(
        'content' => NULL,
      ),
    ),
  );
}