Add embedded newsletter signup form

This commit is contained in:
Alex Cabal 2021-01-06 19:52:10 -06:00
parent b46d88d8c2
commit 681c7a93e6
10 changed files with 212 additions and 96 deletions

View file

@ -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>