suppression des champs pas utilse pour le moment.

This commit is contained in:
Damien LASSERRE 2012-01-25 09:02:15 +00:00
parent ec45090d9d
commit 6989f98b89

View File

@ -1,7 +1,6 @@
<div>
<ul id="fieldsblock">
<li><?php echo $this->Field('adr_cp', $this->fields->get('adr_cp'));?></li>
<li><?php echo $this->Field('adr_dep', $this->fields->get('adr_dep'));?></li>
<li><?php echo $this->Field('adr_com', $this->fields->get('adr_com'));?></li>
</ul>
</div>