Skip to content

Commit 842fe48

Browse files
committed
Merge pull request #44 from AndrewHanes/40th_invite
40th invite
2 parents 5340921 + 42d6cb7 commit 842fe48

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

40thwip.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php include "header.php"; ?>
2+
<div id="big">
3+
<div class="wrapper">
4+
<div id="left">
5+
<p id="fitText">
6+
Page Under Construction
7+
</p>
8+
More information on 40th can be found at <a style="color: white; text-decoration: underline;" href="/40th.php">the 40th page</a>
9+
10+
</div>
11+
</div>
12+
</div>
13+
<script>
14+
$('#fitText').fitText(1.25, {minFontSize:24});
15+
</script>
16+
<?php include "footer.php"; ?>

footer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<li>
77
<a href="/">Home</a>
88
</li>
9+
<li>
10+
<a href="/40th.php">40th Information</a>
11+
</li>
912
<li>
1013
<a href="/about.php">About</a>
1114
<ul>

header.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ function calledFrom() {
5858
<li>
5959
<a href="/" <?php if (calledFrom() == "index") { ?>class="selected"<?php } ?> >Home</a>
6060
</li>
61+
62+
<li>
63+
<a href="/40th.php" <?php if ( calledFrom() == "40th") { ?>class="selected"<?php } ?>>40th Anniversary</a>
64+
<ul>
65+
</ul>
66+
</li>
67+
6168
<li>
6269
<a href="/about.php" <?php if (calledFrom() == "about") { ?>class="selected"<?php } ?>>About</a>
6370
<ul>

0 commit comments

Comments
 (0)