On 12/22/2013 03:28 PM, StefCT wrote:
> 
> For me this seems to work when I swap the two (:if:) clauses:
> 
> (:if name -TitresEnLigne:)
> (:if2 ! equal "{$:EnLigne}" "":)
> !!En Ligne
> *{$:EnLigne}
> *[[TitresEnLigne|Tous les titres en ligne]]
> (:if2end:)
> (:ifend:)
> 
> I don't have any explanation for this though.
> 
> 

Or like this:

(:if [ name -TitresEnLigne and ! equal "{$:EnLigne}" "" ]:)
!!En Ligne
*{$:EnLigne}
*[[TitresEnLigne|Tous les titres en ligne]]
(:ifend:)

--StefCT



_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to