mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Update theme_shortcodes.php
This commit is contained in:
@@ -164,10 +164,10 @@ class theme_shortcodes extends e_shortcode
|
||||
$frm = e107::getForm();
|
||||
$text = $frm->open('lz-subscribe','post', e_SIGNUP);
|
||||
$text .= "<div class='form-group'>";
|
||||
$text .= $frm->text('email','', null, array('placeholder'=>"Tell us your email", 'size'=>'xxlarge'));
|
||||
$text .= $frm->text('email','', null, array('placeholder'=>LAN_LZ_THEME_15, 'size'=>'xxlarge'));
|
||||
$text .= "</div>";
|
||||
$text .= "<div class='form-group'>";
|
||||
$text .= " ".$frm->button('subscribe', 1, 'submit', "Subscribe for updates", array('class'=>'btn-primary'));
|
||||
$text .= " ".$frm->button('subscribe', 1, 'submit', LAN_LZ_THEME_16, array('class'=>'btn-primary'));
|
||||
$text .= "</div>";
|
||||
$text .= $frm->close();
|
||||
|
||||
|
Reference in New Issue
Block a user