File: /home/awaldron/public_html/archive/ressyn/myaccount.php
<?php
$u->force_login();
$page_title = "My Account";
include("_header.php");
echo '<div class="sp-content">'.EOL;
echo '<div class="sp-main">'.EOL;
echo '<h1>My Account</h1>'.EOL;
echo '</div>'.EOL;
echo '<div class="sp-left">'.EOL;
echo '<a href="/resumes" class="lnav" style="border-top-width:2px;" title="Resume Manager">Resume Manager</a>'.EOL;
echo '<a href="/resumes" class="lnav" title="My Resumes">My Resumes</a>'.EOL;
echo '<a href="/resumes/view/1" class="lnav" title="Web Applications Developer"> - Web Applications Developer</a>'.EOL;
echo '<a href="/resumes/view/2" class="lnav" title="Software Engineer"> - Software Engineer</a>'.EOL;
echo '<a href="/resumes/applications" class="lnav" title="Application Manager">Application Manager</a>'.EOL;
echo '<a href="/resumes/messages" class="lnav" title="Messages">Messages (0)</a>'.EOL;
echo '<br/><br/>'.EOL;
echo '<a href="/account" class="lnav" style="border-top-width:2px;" title="My Account">My Account</a>'.EOL;
echo '<a href="/account/edit" class="lnav" title="Edit Account Information">Edit Account Information</a>'.EOL;
echo '<a href="/account/password-change" class="lnav" title="Change Password">Change Password</a>'.EOL;
echo '<a href="/account/sign-out" class="lnav" title="Sign Out">Sign Out</a>'.EOL;
echo '</div>'.EOL;
echo '</div>'.EOL;
include("_footer.php");
?>