You are here

function support_substatus_theme_registry_alter in Support Ticketing System 6

File

support_substatus/support_substatus.module, line 315
Support Substatus -- allows per-status sub-status values, so for example a "pending" ticket can be further marked with "needs review", etc. @author Jeremy Andrews <jeremy@tag1consulting.com> @package Support

Code

function support_substatus_theme_registry_alter(&$theme_registry) {
  $theme_registry['support_page_form']['function'] = 'theme_support_substatus_page_form';
  $theme_registry['support_page_user']['function'] = 'theme_support_substatus_page_user';
}