Changeset 3318356
- Timestamp:
- 06/26/2025 04:01:22 PM (9 months ago)
- Location:
- engagebay-landing-page-builder/trunk/includes
- Files:
-
- 2 edited
-
class-engagebay-lp-email-templates.php (modified) (2 diffs)
-
class-engagebay-lp-landing-pages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
engagebay-landing-page-builder/trunk/includes/class-engagebay-lp-email-templates.php
r3318298 r3318356 29 29 </div> 30 30 <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" 32 32 method="post" target="_blank"> 33 33 <input type="hidden" name="command" value="login"> … … 119 119 120 120 <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" 122 122 method="post" target="_blank"> 123 123 <input type="hidden" name="command" value="login"> -
engagebay-landing-page-builder/trunk/includes/class-engagebay-lp-landing-pages.php
r3318298 r3318356 39 39 <?php 40 40 $i = 1; 41 //print_r($result);42 41 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'; ?> 48 43 <div class="table-row"> 49 44 <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.