ccontent
9 years ago
common
9 years ago
dashboard
9 years ago
optins
9 years ago
provider
9 years ago
settings
9 years ago
social_sharing
9 years ago
OLD-wpoi-wizard-design.php
9 years ago
custom-content.php
9 years ago
emails_list.php
9 years ago
error_list.php
9 years ago
listing.php
9 years ago
new-custom-content.php
9 years ago
new-free-info.php
9 years ago
new-optin_success.php
9 years ago
new-social-group.php
9 years ago
new-social-restriction.php
9 years ago
new-social-sharing.php
9 years ago
new-welcome.php
9 years ago
settings.php
9 years ago
social-groups.php
9 years ago
social-restrictions.php
9 years ago
social-sharing.php
9 years ago
wpoi-wizard-design-after-submit.php
9 years ago
wpoi-wizard-design-module-fields.php
9 years ago
wpoi-wizard-design-shapes.php
9 years ago
wpoi-wizard-design-structure.php
9 years ago
wpoi-wizard-design.php
9 years ago
wpoi-wizard-services.php
9 years ago
wpoi-wizard-settings.php
9 years ago
wpoi-wizard.php
9 years ago
new-custom-content.php
53 lines
| 1 | <div class="hustle-two wph-custom-content"> |
| 2 | |
| 3 | <div id="container" class="container-980"> |
| 4 | |
| 5 | <header id="header"> |
| 6 | |
| 7 | <h1><?php _e('CUSTOM CONTENT', Opt_In::TEXT_DOMAIN); ?></h1> |
| 8 | |
| 9 | </header> |
| 10 | |
| 11 | <section id="cc-wizard"> |
| 12 | |
| 13 | <div class="row"> |
| 14 | |
| 15 | <section class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> |
| 16 | |
| 17 | <div class="box content-box"> |
| 18 | |
| 19 | <div class="box-title"> |
| 20 | |
| 21 | <h3><?php _e('Create New Custom Content Module', Opt_In::TEXT_DOMAIN); ?></h3> |
| 22 | |
| 23 | </div> |
| 24 | |
| 25 | <div class="box-content"> |
| 26 | |
| 27 | <!-- Content & Design --> |
| 28 | <?php $this->render("admin/ccontent/ccontent-design"); ?> |
| 29 | |
| 30 | <!-- Display Settings --> |
| 31 | <?php $this->render("admin/ccontent/ccontent-settings"); ?> |
| 32 | |
| 33 | </div> |
| 34 | |
| 35 | </div> |
| 36 | |
| 37 | </section> |
| 38 | |
| 39 | </div> |
| 40 | |
| 41 | </section> |
| 42 | |
| 43 | </div> |
| 44 | |
| 45 | <?php $this->render("admin/ccontent/ccontent-preview-container"); ?> |
| 46 | |
| 47 | </div> |
| 48 | |
| 49 | <?php $this->render("admin/settings/display-triggers"); ?> |
| 50 | |
| 51 | <?php $this->render("admin/settings/conditions"); ?> |
| 52 | <?php $this->render("general/modal"); ?> |
| 53 |