website rev 998

pt: fix path to footer on news pages
author Claudinei Pereira <claudinei@slitaz.org>
date Sun Mar 25 20:49:39 2012 -0300 (2012-03-25)
parents ee0fd39901e7
children 16790f9244c0
files pt/news/2008.php pt/news/2009.php pt/news/2010.php pt/news/index.php
line diff
     1.1 --- a/pt/news/2008.php	Sun Mar 25 20:27:49 2012 -0300
     1.2 +++ b/pt/news/2008.php	Sun Mar 25 20:49:39 2012 -0300
     1.3 @@ -108,7 +108,7 @@
     1.4  <!-- End of content -->
     1.5  </div>
     1.6  
     1.7 -<?php include("../lib/html/footer.pt.html") ?>
     1.8 +<?php include("../../lib/html/footer.pt.html") ?>
     1.9  
    1.10  </body>
    1.11  </html>
     2.1 --- a/pt/news/2009.php	Sun Mar 25 20:27:49 2012 -0300
     2.2 +++ b/pt/news/2009.php	Sun Mar 25 20:49:39 2012 -0300
     2.3 @@ -155,7 +155,7 @@
     2.4  <!-- End of content -->
     2.5  </div>
     2.6  
     2.7 -<?php include("../lib/html/footer.pt.html") ?>
     2.8 +<?php include("../../lib/html/footer.pt.html") ?>
     2.9  
    2.10  </body>
    2.11  </html>
     3.1 --- a/pt/news/2010.php	Sun Mar 25 20:27:49 2012 -0300
     3.2 +++ b/pt/news/2010.php	Sun Mar 25 20:49:39 2012 -0300
     3.3 @@ -136,7 +136,7 @@
     3.4  <!-- End of content -->
     3.5  </div>
     3.6  
     3.7 -<?php include("../lib/html/footer.pt.html") ?>
     3.8 +<?php include("../../lib/html/footer.pt.html") ?>
     3.9  
    3.10  </body>
    3.11  </html>
     4.1 --- a/pt/news/index.php	Sun Mar 25 20:27:49 2012 -0300
     4.2 +++ b/pt/news/index.php	Sun Mar 25 20:49:39 2012 -0300
     4.3 @@ -99,7 +99,7 @@
     4.4  <!-- End of content -->
     4.5  </div>
     4.6  
     4.7 -<?php include("../lib/html/footer.pt.html") ?>
     4.8 +<?php include("../../lib/html/footer.pt.html") ?>
     4.9  
    4.10  </body>
    4.11  </html>