View file install/views/scripts/sdk/create.tpl

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

<div class="sdk" id="content2">
  <h3><?php echo $this->translate("Create a Package")  ?></h3>
  <div class="settings">
    <?php echo $this->form->render($this) ?>
  </div>
</div>