Subversion Repositories svnkaklik

Rev

Rev 104 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 104 Rev 105
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 246... Line 246...
246
  </tr>
246
  </tr>
247
</table>
247
</table>
248
	</div>
248
	</div>
249
 
249
 
250
<?php
250
<?php
251
  include ("./include/footer.php");
251
  include ("./../../include/footer.php");
252
?>
252
?>
253
 
253
 
254
</div>
254
</div>
255
 
255
 
256
</body>
256
</body>