Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1084 | Rev 1115 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1084 Rev 1105
Line 55... Line 55...
55
			if(is_array($value)) {
55
			if(is_array($value)) {
56
				$value = implode(',', $value);
56
				$value = implode(',', $value);
57
			}
57
			}
58
			$tpl = str_replace('{'.$key.'}',rawurlencode($value),$tpl);
58
			$tpl = str_replace('{'.$key.'}',rawurlencode($value),$tpl);
59
		}
59
		}
-
 
60
		Debug::printr($tpl);
60
		return $tpl;
61
		return $tpl;
61
	}
62
	}
Line 62... Line 63...
62
 
63
 
63
	public function ajouterParametreParDefaut(Array $parametres) {
64
	public function ajouterParametreParDefaut(Array $parametres) {