mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
Add embedded newsletter signup form
This commit is contained in:
parent
b46d88d8c2
commit
681c7a93e6
10 changed files with 212 additions and 96 deletions
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
<p><a href="http://eepurl.com/hnc1Gn">Subscribe to our free newsletter</a></p>
|
||||
<p><a href="/newsletter">Subscribe to our free newsletter</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/ebooks">Ebooks</a>
|
||||
|
|
|
@ -65,6 +65,9 @@ print("\n");
|
|||
<li>
|
||||
<a<? if($highlight == 'about'){ ?> class="highlighted"<? } ?> href="/about">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a<? if($highlight == 'newsletter'){ ?> class="highlighted"<? } ?> href="/newsletter">Newsletter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a<? if($highlight == 'contribute'){ ?> class="highlighted"<? } ?> href="/contribute">Get Involved</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue