File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " ; ?>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments