Last change
on this file since 229 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
460 bytes
|
Line | |
---|
1 | <div id="indexlexique" class="listagebloc"> |
---|
2 | <h2><:lexique:></h2> |
---|
3 | <ul class="listageconteneur"> |
---|
4 | <li> |
---|
5 | <?php |
---|
6 | $lettres = array(); |
---|
7 | ?> |
---|
8 | <BOUCLE_listearticles(ARTICLES){id_rubrique}{par titre}> |
---|
9 | <?php |
---|
10 | if (!in_array("[(#TITRE|premiere_lettre)]", $lettres)) { |
---|
11 | ?> |
---|
12 | [<a style="font-size:140%; font-weight:bold;" href="#[(#TITRE|premiere_lettre)]">(#TITRE|premiere_lettre)</a>] |
---|
13 | <?php |
---|
14 | } |
---|
15 | $lettres[] = "[(#TITRE|premiere_lettre)]"; |
---|
16 | ?> |
---|
17 | </BOUCLE_listearticles> |
---|
18 | </li> |
---|
19 | </ul> |
---|
20 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.