Plugin Directory

Changeset 2056458


Ignore:
Timestamp:
03/24/2019 11:36:45 PM (7 years ago)
Author:
foreupsoftware
Message:

take photo id instead of URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • foreup-forms/trunk/plugin.php

    r2056366 r2056458  
    257257                <table>
    258258                    <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>
    260260                        <td><input type="text" name="formup_email_pic_url" value="<?php echo get_option('formup_email_pic_url'); ?>" /></td>
    261261                    </tr>
     
    839839                    <tr>
    840840                      <td align='center'>
    841                       <img src=$logoimg alt='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;' />
    842842                      <p>Welcome $f $l!</p>
    843843                        <p>You are now subscribed to receive emails from us!</p>
Note: See TracChangeset for help on using the changeset viewer.