Exemplo n.º 1
0
        echo $name;
        ?>
</h2></th>
        </tr> 
        <?php 
        foreach ($fonctions as $id_fonction => $noticeVersion) {
            ?>
 
            <?php 
            if (sfOutputEscaper::unescape($noticeVersion) != null) {
                ?>
                <tr> 
                    <td class="desc_img_notice">
                        <!-- Traitement des paramètres variables dans la notice -->
                        <?php 
                echo html_entity_decode(MyFunction::parseDescImg($noticeVersion['description'], $id_fonction, $profileParams));
                ?>
                    </td> 
                </tr> 
                <?php 
            } else {
                ?>
                <tr> 
                    <td class="desc_img_notice">
                        <h6>No Notice Version define for this environment and language</h6>
                    </td> 
                </tr> 
            <?php 
            }
            ?>