Changeset 1679681
- Timestamp:
- 06/16/2017 05:35:59 AM (9 years ago)
- File:
-
- 1 edited
-
choyal-subscription-popup/tags/2.0/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
choyal-subscription-popup/tags/2.0/plugin.php
r1679676 r1679681 70 70 71 71 <?php if( $titlePopup != '' ){ ?> 72 <h1 ><?php echo $titlePopup; ?></h1>72 <h1 class="csp-popup-heading" ><?php echo $titlePopup; ?></h1> 73 73 <?php } ?> 74 74 75 75 <?php if( $textPopup != '' ){ ?> 76 <p ><?php echo $textPopup; ?></p>76 <p class="csp-popup-para"><?php echo $textPopup; ?></p> 77 77 <?php } ?> 78 78
Note: See TracChangeset
for help on using the changeset viewer.