/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 profile.php

  • Committer: Daniel Johansson
  • Date: 2013-04-14 01:42:49 UTC
  • Revision ID: maila@danieljohansson.nu-20130414014249-hqxw98xv625id4qy
Continued to reorganize

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                                </form>
56
56
                        </div>
57
57
                        <div id="profileimg">
58
 
                                <?PHP include './sidepanel.php'; ?>
 
58
                                <?PHP include './php/sidepanel.php'; ?>
59
59
                        </div>
60
60
                        <div id="wallflow">
61
61
                        <?PHP
78
78
                        <p> Epost: <?PHP echo $eMail; ?></p>
79
79
                        <img class="profilepic" src="./get_image.php?userName=<?PHP echo $profilename;?>"/>
80
80
                        </p>
81
 
                        <?PHP include './showinterest.php'; ?>
 
81
                        <?PHP include './php/showinterest.php'; ?>
82
82
                        </div>
83
83
                </div>
84
84
        </body>