Subversion Repositories svnkaklik

Rev

Rev 97 | Rev 102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 97 Rev 98
Line 14... Line 14...
14
<body>
14
<body>
15
 
15
 
16
<div class="container">
16
<div class="container">
17
 
17
 
18
<?php
18
<?php
19
  include ("/include/navigation.en.php");
19
  include ("./include/navigation.en.php");
20
?>
20
?>
21
 
21
 
22
	<div class="holder_top"></div>
22
	<div class="holder_top"></div>
23
 
23
 
24
	<div class="holder">
24
	<div class="holder">
Line 33... Line 33...
33
		<a href="http://www.geocaching.com/profile/?guid=f1c72858-bdfe-42a3-9eeb-8fde6b0e7530" target="_blank"><img src="http://img.geocaching.com/stats/img.aspx?txt=Let's+go+geocaching&uid=f1c72858-bdfe-42a3-9eeb-8fde6b0e7530&bg=1" border="0" title="Profile for kaklik" alt="Profile for kaklik"></a></p>
33
		<a href="http://www.geocaching.com/profile/?guid=f1c72858-bdfe-42a3-9eeb-8fde6b0e7530" target="_blank"><img src="http://img.geocaching.com/stats/img.aspx?txt=Let's+go+geocaching&uid=f1c72858-bdfe-42a3-9eeb-8fde6b0e7530&bg=1" border="0" title="Profile for kaklik" alt="Profile for kaklik"></a></p>
34
		
34
		
35
	</div>
35
	</div>
36
 
36
 
37
<?php
37
<?php
38
  include ("/include/footer.php");
38
  include ("./include/footer.php");
39
?>
39
?>
40
 
40
 
41
</div>
41
</div>
42
 
42
 
43
</body>
43
</body>