Quote:
how do you add a link to subscribe to newletter in header
|
You can install the homepage newsletter popup addon
here.
Then invoke the newsletter popup with a hyperlink, eg.
Button...
Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="btn btn-success lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a>
Hyperlink...
Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a>