Plugin Directory

Changeset 1679681


Ignore:
Timestamp:
06/16/2017 05:35:59 AM (9 years ago)
Author:
gchoyal1
Message:

plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • choyal-subscription-popup/tags/2.0/plugin.php

    r1679676 r1679681  
    7070               
    7171                <?php if( $titlePopup != '' ){ ?>
    72                     <h1><?php echo $titlePopup; ?></h1>
     72                    <h1 class="csp-popup-heading" ><?php echo $titlePopup; ?></h1>
    7373                <?php } ?>
    7474               
    7575                <?php if( $textPopup != '' ){ ?>
    76                     <p><?php echo $textPopup; ?></p>
     76                    <p class="csp-popup-para"><?php echo $textPopup; ?></p>
    7777                <?php } ?>
    7878               
Note: See TracChangeset for help on using the changeset viewer.