website rev 1109

header and footer seem to be broken, I reversed changes to index.php now its back to header.html & footer.html
author Adnan Sinanovic <sinanovicha@gmail.com>
date Sat Oct 13 03:37:50 2012 +0000 (2012-10-13)
parents 10620b019a2f
children fd785c778074
files bs/index.php
line diff
     1.1 --- a/bs/index.php	Sat Oct 13 03:02:54 2012 +0000
     1.2 +++ b/bs/index.php	Sat Oct 13 03:37:50 2012 +0000
     1.3 @@ -11,11 +11,11 @@
     1.4  </head>
     1.5  <body>
     1.6  
     1.7 -<?php include("../lib/html/header.bs.html"); ?>
     1.8 +<?php include("../lib/html/header.html"); ?>
     1.9  
    1.10  <!-- Block -->
    1.11  <div id="block">
    1.12 -	<?php include("../lib/html/nav.bs.html"); ?>
    1.13 +	<?php include("../lib/html/nav.html"); ?>
    1.14  	<!-- Information/image -->
    1.15  	<div id="block_info">
    1.16  		<h4>Prevod na Bosanski</h4>
    1.17 @@ -228,7 +228,7 @@
    1.18  <!-- End of content  -->
    1.19  </div>
    1.20  
    1.21 -<?php include("../lib/html/footer.bs.html"); ?>
    1.22 +<?php include("../lib/html/footer.html"); ?>
    1.23  
    1.24  </body>
    1.25  </html>