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
social-sharing.php
52 lines
| 1 | <div id="hustle-social-sharing-listings" class="hustle-two"> |
| 2 | |
| 3 | <div id="container"<?php if ( count( $social_groups ) !== 0 ) : echo ' class="container-980"'; endif; ?>> |
| 4 | |
| 5 | <header id="header"<?php if ( ( count( $social_groups ) === 0 ) ) : echo ' class="no-margin-btm"'; endif;?>> |
| 6 | |
| 7 | <?php if ( count( $social_groups ) === 0 ){ ?> |
| 8 | |
| 9 | <h1><?php _e('Social Sharing Dashboard', Opt_In::TEXT_DOMAIN); ?></h1> |
| 10 | |
| 11 | <?php } else { ?> |
| 12 | |
| 13 | <h1><?php _e('Social Sharing Dashboard', Opt_In::TEXT_DOMAIN); ?><a class="wph-button wph-button--small wph-button--gray wph-button--inline" href="<?php echo esc_url( $add_new_url ); ?>"><?php _e('New Sharing Module', Opt_In::TEXT_DOMAIN); ?></a></h1> |
| 14 | |
| 15 | <?php } ?> |
| 16 | |
| 17 | </header> |
| 18 | |
| 19 | <section> |
| 20 | |
| 21 | <section id="wph-ccontent--modules"> |
| 22 | |
| 23 | <?php if ( count( $social_groups ) === 0 ){ ?> |
| 24 | |
| 25 | <?php $this->render("admin/social_sharing/social-sharing-welcome", array( |
| 26 | 'new_url' => $add_new_url, |
| 27 | 'user_name' => $user_name |
| 28 | )); ?> |
| 29 | |
| 30 | <?php } ?> |
| 31 | |
| 32 | <div class="row"> |
| 33 | |
| 34 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> |
| 35 | <?php $this->render("admin/social_sharing/social-sharing-listings", array( |
| 36 | 'social_groups' => $social_groups, |
| 37 | 'types' => $types, |
| 38 | 'new_ss' => isset( $_GET['new_id'] ) ? $_GET['new_id'] : null, |
| 39 | 'updated_ss' => isset( $_GET['updated_id'] ) ? $_GET['updated_id'] : null |
| 40 | )); ?> |
| 41 | |
| 42 | </div> |
| 43 | |
| 44 | </div> |
| 45 | |
| 46 | </section> |
| 47 | |
| 48 | </section> |
| 49 | |
| 50 | </div> |
| 51 | |
| 52 | </div> |