2012-04-06 09:08:13 +00:00
|
|
|
<div>
|
2012-04-06 13:11:46 +00:00
|
|
|
<h2>Profil : <?=$this->reference?></h2>
|
2012-04-06 09:08:13 +00:00
|
|
|
<ol>
|
|
|
|
<?php foreach ($this->profil as $item) {?>
|
|
|
|
<li><?=$item?></li>
|
2012-01-15 17:43:37 +00:00
|
|
|
<?php }?>
|
2012-04-06 09:08:13 +00:00
|
|
|
</ol>
|
|
|
|
</div>
|