mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
Add donation page and masthead
This commit is contained in:
parent
b77098e3f9
commit
796ce22a9e
41 changed files with 778 additions and 109 deletions
|
@ -69,6 +69,9 @@ print("\n");
|
|||
<li>
|
||||
<a<? if($highlight == 'contribute'){ ?> class="highlighted"<? } ?> href="/contribute">Get Involved</a>
|
||||
</li>
|
||||
<li>
|
||||
<a<? if($highlight == 'donate'){ ?> class="highlighted"<? } ?> href="/donate">Donate</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue