website diff pt/about/index.php @ rev 1021

fr: utf-8
author Paul Issott <paul@slitaz.org>
date Sat Mar 31 16:55:59 2012 +0100 (2012-03-31)
parents c08e1f08e63e
children 8187351f0215
line diff
     1.1 --- a/pt/about/index.php	Fri Mar 16 03:18:43 2012 -0300
     1.2 +++ b/pt/about/index.php	Sat Mar 31 16:55:59 2012 +0100
     1.3 @@ -14,12 +14,12 @@
     1.4  </head>
     1.5  <body>
     1.6  
     1.7 -<?php include("../lib/html/header.pt.html"); ?>
     1.8 +<?php include("../../lib/html/header.pt.html"); ?>
     1.9  
    1.10  <!-- Block -->
    1.11  <div id="block">
    1.12  
    1.13 -    <?php include("../lib/html/nav.pt.html"); ?>
    1.14 +    <?php include("../../lib/html/nav.pt.html"); ?>
    1.15  
    1.16      <!-- Information/image -->
    1.17  	<div id="block_info">
    1.18 @@ -161,7 +161,7 @@
    1.19  <!-- End of content -->
    1.20  </div>
    1.21  
    1.22 -<?php include("../lib/html/footer.pt.html"); ?>
    1.23 +<?php include("../../lib/html/footer.pt.html"); ?>
    1.24  
    1.25  </body>
    1.26  </html>