message.html 181 B

12345678
  1. {php define('IN_MESSAGE', true)}
  2. {if defined('IN_GW')}
  3. {template 'common/header-gw'}
  4. {template 'common/footer-gw'}
  5. {else}
  6. {template 'common/header'}
  7. {template 'common/footer'}
  8. {/if}