Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 404 → Rev 405

/web/kaklik's_web/projects/VLF/vlf.cs.php
7,7 → 7,7
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="../../default.css" media="screen"/>
<title>Kaklik's Web</title>
</head>
 
16,7 → 16,7
<div class="container">
 
<?php
include ("./../include/navigation.cs.php");
include ("./../../include/navigation.cs.php");
?>
 
<div class="holder_top"></div>
28,7 → 28,7
</div>
 
<?php
include ("./../include/footer.php");
include ("./../../include/footer.php");
?>
 
</div>