You are here

function textimage_settings_page in Textimage 5

File

./textimage.module, line 276

Code

function textimage_settings_page() {
  $output = 'hello';
  return $output;
}