/[openfoncier]/trunk/dyn/varpdf.inc
ViewVC logotype

Annotation of /trunk/dyn/varpdf.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 556 byte(s)
version initiale


1 fraynaud 3 <?php
2     // =========================================================================
3     // $Id: varpdf.inc,v 1.2 2009-10-26 09:59:38 fraynaud Exp $
4     // Module de parametrage des etats pdf
5     // =========================================================================
6     $sql=str_replace("£idx",$_GET['idx'],$sql);
7     $titre=str_replace("£aujourdhui",date('d/m/Y'),$titre);
8     $titre=str_replace("£ville",$collectivite['ville'],$corps,$titre);
9     $corps=str_replace("£aujourdhui",date('d/m/Y'),$corps);
10     $corps=str_replace("£ville",$collectivite['ville'],$corps,$corps);
11     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26