source: trunk/docs/examples/contact_form/footer.ihtml @ 413

Last change on this file since 413 was 413, checked in by anonymous, 12 years ago

Added header and footer to docs/examples. Updated message printing methods to include before, after, and gotohash options. Minor other fixes.

File size: 377 bytes
Line 
1<div id="footer">
2    <div class="nav">
3        <a href="/one" class="first">One</a> &middot;
4        <a href="/two">Two</a> &middot;
5        <a href="/three">Three</a>
6    </div>
7    <div id="addr">
8        123 Main Street, Chico, CA 95927 – <span class="sc-email">hello at example dot com</span>
9    </div>
10</div>
11</body>
12</html>
13<?php
14// The end is nigh!
15$app->stop();
16?>
Note: See TracBrowser for help on using the repository browser.