/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Daniel Johansson
  • Date: 2013-04-13 20:43:27 UTC
  • Revision ID: maila@danieljohansson.nu-20130413204327-hxenanq9ruizyolw
Work with profile.php

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                        <a href="index.php">
46
46
                        <img src="img/logo.png"/>
47
47
                        </a>
 
48
                                <img src="img/logo.png"/>
48
49
                        </div>
49
50
                                <form action="./logout.php" method="POST">
50
51
                                        <table id="logout">
55
56
                                </form>
56
57
                        </div>
57
58
                        <div id="profileimg">
58
 
                                <?PHP include './php/sidepanel.php'; ?>
 
59
                                <img src="img/profilemockup.jpg"/>
 
60
                                <a href="profile.php" class="profilename"><?php echo $firstName . " " . $surName;?></a>
 
61
                                <p class="smallheader">Personer jag vill träffa:</p>
 
62
                                <p class="profilelink">Herp Derp</p>
 
63
                                <p class="profilelink">Jane Doe</p>
 
64
                                <p class="smallheader">Personer som vill träffa mig:</p>
 
65
                                <p class="profilelink">Jane Doe</p>
59
66
                        </div>
60
67
                        <div id="wallflow">
61
 
                                <?PHP include './php/feed.php'; ?>
62
68
                        </div>
63
69
                </div>
64
70
        </body>