mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -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
|
@ -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