Changeset 2099677
- Timestamp:
- 06/03/2019 08:35:32 AM (7 years ago)
- File:
-
- 1 edited
-
wp-etracker/trunk/views/pages/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-etracker/trunk/views/pages/dashboard.php
r2099674 r2099677 102 102 <input type="hidden" value="x" name="hfind3"></input> 103 103 <h2><?php _e('Tracking code in page header?', 'wpetracker'); ?></h2> 104 <span class="mainTitle-block red-color"><?php _e(' Yes', 'wpetracker'); ?></span>104 <span class="mainTitle-block red-color"><?php _e('No', 'wpetracker'); ?></span> 105 105 <label class="switch"> 106 106 <input name="active3" type="checkbox" <?php if (get_option('tracking_code_hf_option') == 'on') { echo "checked"; } ?>>
Note: See TracChangeset
for help on using the changeset viewer.