/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: Gustav Hatvigsson
  • Date: 2013-04-13 23:15:23 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: gustav.hartvigsson@gmail.com-20130413231523-43e2ubbnrmk80g51
Fixed the gawd damn get_image.php thingies...

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?uid=<?php echo $username; ?>" 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>