Plugin Directory

Changeset 3318359


Ignore:
Timestamp:
06/26/2025 04:03:53 PM (9 months ago)
Author:
engagebay
Message:

fixed minor issues

Location:
engagebay-landing-page-builder/tags/2.0/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • engagebay-landing-page-builder/tags/2.0/includes/class-engagebay-lp-email-templates.php

    r3318298 r3318359  
    2929                    </div>
    3030                    <div class="engagebay-landing-page-builder-flex">
    31                         <form action="https://<?php echo $domain; ?>.engagebay.com/home#lead-grabbers"
     31                        <form action="https://<?php echo $domain; ?>.engagebay.com/home#email-templates"
    3232                              method="post" target="_blank">
    3333                            <input type="hidden" name="command" value="login">
     
    119119
    120120                  <div class="engagebay-landing-page-builder-btn-group">
    121                         <form action="https://<?php echo $domain; ?>.engagebay.com/user-login#email-templates"
     121                        <form action="https://<?php echo $domain; ?>.engagebay.com/home#email-templates"
    122122                              method="post" target="_blank">
    123123                                            <input type="hidden" name="command" value="login">
  • engagebay-landing-page-builder/tags/2.0/includes/class-engagebay-lp-landing-pages.php

    r3318298 r3318359  
    3939                <?php
    4040                $i = 1;
    41                 //print_r($result);
    4241                foreach ( $result as $k => $v ) {
    43                     if ( $v['thumbnail'] ) {
    44                         $thumbnail = $v['thumbnail'];
    45                     } else {
    46                         $thumbnail = ENGAGEBAY_LANDING_PAGES_URL . 'assets/images/pictures.png';
    47                     } ?>
     42                    $thumbnail = $v['thumbnail'] ?? ENGAGEBAY_LANDING_PAGES_URL . 'assets/images/pictures.png'; ?>
    4843                    <div class="table-row">
    4944                        <div class="engagebay-landing-page-builder-header hard-hide"><img src='<?php echo $thumbnail; ?>' title='Preview'
Note: See TracChangeset for help on using the changeset viewer.