View file application/modules/Core/views/scripts/help/contact.tpl

File size: 418B
<?php
/**
 * SocialEngine
 *
 * @category   Application_Core
 * @package    Core
 * @copyright  Copyright 2006-2020 Webligo Developments
 * @license    http://www.socialengine.com/license/
 * @version    $Id: contact.tpl 9747 2012-07-26 02:08:08Z john $
 * @author     John
 */
?>

<?php if( $this->status ): ?>
  <?php echo $this->message; ?>
<?php else: ?>
  <?php echo $this->form->render($this) ?>
<?php endif; ?>