| <?php |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ?> |
| |
| |
| <?php |
| if (!$lexique_list->isEmpty()) : ?> |
| |
| <h3 id="lexiqueTitle"><span><?php tpl::lang('On lexicon') ?></span></h3> |
| |
| <?php |
| while ($lexique_list->fetch()) : ?> |
| |
| <h4><span><a href="<?php lexique::listUrl() ?>"><?php lexique::listTitle() ?></a></span></h4> |
| <div class="lexiqueContent"><?php lexique::listContent() ?></div> |
| |
| <?php |
| endwhile; ?> |
| |
| <br/> |
| <?php endif; ?> |