website rev 954

pt: update index using header.pt & footer.pt
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Mar 16 02:24:04 2012 -0300 (2012-03-16)
parents 2d4bf3292db7
children 113f80c8837e
files pt/index.php
line diff
     1.1 --- a/pt/index.php	Fri Mar 16 02:18:45 2012 -0300
     1.2 +++ b/pt/index.php	Fri Mar 16 02:24:04 2012 -0300
     1.3 @@ -11,7 +11,7 @@
     1.4  </head>
     1.5  <body>
     1.6  
     1.7 -<?php include("../lib/html/header.html") ?>
     1.8 +<?php include("../lib/html/header.pt.html") ?>
     1.9  
    1.10  <!-- Block -->
    1.11  <div id="block">
    1.12 @@ -238,7 +238,7 @@
    1.13  <!-- End of content -->
    1.14  </div>
    1.15  
    1.16 -<?php include("../lib/html/footer.html") ?>
    1.17 +<?php include("../lib/html/footer.pt.html") ?>
    1.18  
    1.19  </body>
    1.20  </html>