Changeset 2056458
- Timestamp:
- 03/24/2019 11:36:45 PM (7 years ago)
- File:
-
- 1 edited
-
foreup-forms/trunk/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
foreup-forms/trunk/plugin.php
r2056366 r2056458 257 257 <table> 258 258 <tr valign="top"> 259 <th scope="row"><label for="formup_email_pic_url"> Email Logo URL</label></th>259 <th scope="row"><label for="formup_email_pic_url">Google Drive Photo ID</label></th> 260 260 <td><input type="text" name="formup_email_pic_url" value="<?php echo get_option('formup_email_pic_url'); ?>" /></td> 261 261 </tr> … … 839 839 <tr> 840 840 <td align='center'> 841 <img src= $logoimgalt='Logo' title='Logo' style='display:inline-block; height:100px; margin:0 auto;' />841 <img src='http://drive.google.com/uc?export=view&id=$logoimg' alt='Logo' title='Logo' style='display:inline-block; height:100px; margin:0 auto;' /> 842 842 <p>Welcome $f $l!</p> 843 843 <p>You are now subscribed to receive emails from us!</p>
Note: See TracChangeset
for help on using the changeset viewer.