#29757 removed embed condition check
authorJagadedes <jagadees.pillai@zyxware.com>
Mon, 27 Oct 2014 06:38:02 +0000 (12:08 +0530)
committerJagadedes <jagadees.pillai@zyxware.com>
Mon, 27 Oct 2014 06:38:02 +0000 (12:08 +0530)
templates/CRM/Wci/Page/wciwidget.tpl

index 6609555ab44e2a035553e8941499b64ed98a790f..bec44d5d4f2101b7f5759d601dbfc1e9213b7112 100644 (file)
     </div>
     {$wciform.embed}
     {if $wciform.email_signup_group_id}
-      {if $wciform.embed == 1}
         <form method="get" action="http://{php}echo $_SERVER['SERVER_NAME'];{/php}/civicrm/mailing/subscribe"
-      {/if}
         <p style="text-align:center;">
           <input type="text" id="frmEmail" name="email-Primary" size="10">
         </p>
         <p style="text-align: center; margin-top: 10px;">
           <input type="submit" name="_qf_Edit_next" value="Subscribe Me">
         </p>
-      {if $wciform.embed == 1}
         </form>
-      {/if}
     {/if}
 </div>